ReactTwitter is a demo Twitter client to show how to share unified business logic code between React Native apps and React web projects with Redux. The project is as simple as only asking for user's oauth and show "Hello {username}", but it demonstrates the most basic aspects of front-end/back-end React program interaction.
- Config and run its server side counterparty NodeTwitter
npm install- For website demo, run
node webDevServer.js, then visithttp://localhost:8080/reacttwitterin browser - For iOS app demo, open
./ios/ReactTwitter.xcodeprojwith Xcode, then run the app in simulator or device - For Android app demo, run
react-native run-androidwith simulator or device plugged in

