Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 419 Bytes

File metadata and controls

11 lines (11 loc) · 419 Bytes

shopping

This repository shows how to:

  • Build device layout using react native components
  • Add styles using StyleSheet and inline styles
  • Use important react native APIs such as platform, dimensions
  • Use react navigation
  • Handle user input
  • Add authentication to react native apps (including autho login, logout)
  • Add HTTP requests and connect to a database
  • Use redux for state management
  • Use react hooks