Visit the react native docs to setup react native for Android and IOS.
Run from project root folder
npm install
yarn
Install pods for ios:
cd ios && pod install
npx react-native run-android
yarn android
npx react-native run-ios
yarn ios
Visit the react native docs for a proper guide on how to generate the android release build
Visit the react native docs for a proper guide on how to generate the ios release build