Visit the react native docs to setup react native for Android and IOS.
Run from project root folder
npm installyarnInstall pods for ios:
cd ios && pod installnpx react-native run-androidyarn androidnpx react-native run-iosyarn iosVisit 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