Type in a location and see a stream of the most recent tweets for that location.
This application demos Alt/Flux and integration with React-Native.
You can quickly bootstrap your React-Native development by using the application as a boilerplate example.
The application communicates with the Twitter and Google API via an iojs server I deployed to Heroku.
Build upon this as you wish!
npm install
npm start
The root file entry point is index.android.js or index.ios.js. This points to src/nav.js, which renders src/app.js.
src/nav.js holds the all the logic related to app navigation. You can think of this a a 'router'.
src/app.js is the main application component that is hooked up to the Alt stores and actions.
All contributions are welcome!