This is an mobile app created with React Native. Goals:
- Bootstrap a mobile app with React Native; ✔️
- Compile and run on Android Emulator; ✔️
- Learn to debug on chrome; ✔️
- Test React Native specific components/apis:
- Navigator ✔️
- View ✔️
- Text ✔️
- TextInput ✔️
- TouchableHighlight ✔️
- Button ✔️
- StyleSheet ✔️
- Use flexbox on mobile. ✔️
- Run on ios
- Test more components
- Make async requests to endpoints