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 installCreate ios and android libraries
yarn run upgradeGo to ios folder and run
pod installIn 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 androidios
yarn run iosLint your code
yarn run lintJest is for unit testing
yarn test