Read react-native guide https://hello.ekreative.com/js/overview.html
Change name of the project on the one you want in package.json and app.json
Install dependencies
yarn install
Create ios and android libraries
yarn run upgrade
Go to ios folder and run
pod install
In Xcode you should use only .xcworkspace
index.ts.dist in app/config is example of index.ts where you can put some properties (i.e. server/api url).
android
yarn run android
ios
yarn run ios
Lint your code
yarn run lint
Jest is for unit testing
yarn test