Skip to content

Study application using React Native to mimic the Twitter interface in a simplified way

License

Notifications You must be signed in to change notification settings

albjoaov/rn-twitter-clone

Repository files navigation

Twitter RN Clone

This is a study application created using React Native to mimic the Twitter app UI in a simplified way

Installation

Step 1: clone my repo & cd into project

Step 2: install node modules

npm install

or

yarn install

Before run android build, setup Android Studio

Step 3: If Android

react-native run-android

Before running iOS build, Install Xcode

Step 4: If iOS

react-native run-ios

That's all

If you want to install app in the device, connect your device to the system with debugger mode on and run the above command (app will be installed automatically after the step 4 or 3)

About

Study application using React Native to mimic the Twitter interface in a simplified way

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published