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/reacttwitter
in browser - For iOS app demo, open
./ios/ReactTwitter.xcodeproj
with Xcode, then run the app in simulator or device - For Android app demo, run
react-native run-android
with simulator or device plugged in