To start checking this project please proceed with the scripts bellow:
$ git clone https://github.com/josecarvajal8/react-native-books-rental.git $ yarn install
To start running the app in debug mode first make sure you start the metro bundler by running this script:
$ yarn start Then execute the following script:
Android:
$ yarn android iOS:
$ yarn ios:pod && yarn ios
,