Maked with React Native, styled-components, react-navigation, and others libs.
this app integrates with the API that is in this repo.
.env file
please, create a .env file like the .env.example file with the configs.
The commands
# to run in android
yarn android
# or
npm run android
# to run in ios
yarn ios
# or
npm run ios
# to start
yarn start
# or
npm start