Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 676 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 676 Bytes

Todo app created with React Native

This is an mobile app created with React Native. Goals:

  1. Bootstrap a mobile app with React Native; ✔️
  2. Compile and run on Android Emulator; ✔️
  3. Learn to debug on chrome; ✔️
  4. Test React Native specific components/apis:
  • Navigator ✔️
  • View ✔️
  • Text ✔️
  • TextInput ✔️
  • TouchableHighlight ✔️
  • Button ✔️
  • StyleSheet ✔️
  1. Use flexbox on mobile. ✔️

Next steps

  1. Run on ios
  2. Test more components
  3. Make async requests to endpoints