You can use yarn or npm to install the dependencies project
run yarn or npm install
Before running, inside of environtment.js you need to place your Back4App Application Id and Client Key
- On root project, open the
environtment.jslocated on./relay/environtmentand:
Replace
'X-Parse-Application-Id': 'X-Parse-Application-Id',
'X-Parse-Client-Key': 'X-Parse-Client-Key',to
'X-Parse-Application-Id': 'YourApplicationId',
'X-Parse-Client-Key': 'YourClientKey',Generate the relay types before start your application:
yarn relay
or
npx run relay
- Start the metro
yarn start
or
npx react-native start
Decide how to run accordingly with your device:
- android
yarn android
or
- ios
npx pod-install to install all pods
npx react-native run-ios