Social Starter app that uses Twitter & Facebook login + Displays User Feed & Profile views
-
git clone [email protected]:Monte9/react-native-social-starter.git
-
cd react-native-social-starter
-
yarn
-
For iOS, from the command line, run via command:
react-native run-ios
or open XCode and load project, RunProduct -> Run (⌘+R)
-
For android, from the command line, run via the command:
react-native run-android
assuming you have an emulator or device running and attached -
Socialize!
- The app is runs on BOTH iOS & Android using a single codebase mostly written in Javascript.
- Login using Facebook SDK working on iOS & Android
- Feed Tab View displays a feed of social activity
- Profile Tab View displays user profile info & log out
- Add Twitter Login
Yes. This project is actively under development. PR's are much appreciated.