react-native-social-starter
react-native-social-starter copied to clipboard
React Native Social Starter app - Uses Twitter & Facebook login + Displays User Feed & Profile views
React Native Social Starter 

Social Starter app that uses Twitter & Facebook login + Displays User Feed & Profile views
Content
- Installation
- Running the app
- Summary
- Libraries
- TODO
- FAQ
Installation
-
git clone [email protected]:Monte9/react-native-social-starter.git -
cd react-native-social-starter -
yarn
Running the app
-
For iOS, from the command line, run via command:
react-native run-iosor open XCode and load project, RunProduct -> Run (⌘+R) -
For android, from the command line, run via the command:
react-native run-androidassuming you have an emulator or device running and attached -
Socialize!
Summary
- 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
Libraries
TODO
- Add Twitter Login
- https://github.com/GoldenOwlAsia/react-native-twitter-signin
- https://apps.twitter.com/app/13265317
FAQ
Are you accepting PR's?
Yes. This project is actively under development. PR's are much appreciated.