1.0.0 • Published 1 year ago

react-native-template-hsr v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Hsr Template - React Native

Quick start

Assuming you already have yarn installed (link for installation on your OS, you must yarn or yarn install to install the packages.

Running the project

  • yarn android to start android app
  • yarn ios to start ios app
  • yarn dev to start bundle

Directory layout

  • src/context: base context session for the application
  • src/hooks: base hooks the Auth and session for the application
  • src/routes: base routes private and public for the application
  • src/screens: base screens initial example Home and Login pages
  • src/services: base initial config this axios and example the request
  • src/services: base initial config this styles for the application

Description

This template have:

  • Configuration initial Auth with application restFull
  • Configuration Axios from requests
  • Configuration routes with react-navigation
  • Configuration styled components
  • Configuration initial pages
  • Configuration initial pages