Pis-moove-it / reciclando-mobile

MIT License
0 stars 1 forks source link

Welcome to Reciclando app

To run the project you need run the following commands:

  1. react-native run-android

Then open another console on the directory project and run:

  1. npm start

Deploy

  1. To make a deploy you need to create a .env file on Android directory with dotenv and then add the credentials for fabric:

require 'dotenv/load'
CRASHLYTICS_API_TOKEN=
CRASHLYTICS_BUILD_SECRET=

  1. Then run the command:

cd android && bundle exec fastlane beta

Folder sturcture

This template follows a very simple project structure: