Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1.9 KB

File metadata and controls

65 lines (37 loc) · 1.9 KB

React Native Social Starter License


Social Starter app that uses Twitter & Facebook login + Displays User Feed & Profile views


Content

Installation

  • Install React-Native

  • git clone git@github.com: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-ios or open XCode and load project, Run Product -> 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!

Summary

  1. The app is runs on BOTH iOS & Android using a single codebase mostly written in Javascript.
  2. Login using Facebook SDK working on iOS & Android
  3. Feed Tab View displays a feed of social activity
  4. Profile Tab View displays user profile info & log out

Libraries

TODO

  1. Add Twitter Login

FAQ

Are you accepting PR's?

Yes. This project is actively under development. PR's are much appreciated.

"Work is it's own reward!" -Monte Thakkar