base code project for https://github.com/jerson/react-suite
git clone https://github.com/jerson/react-suite-boilerplate
cd react-suite-boilerplate
yarn #or if you are old npm install
now you are ready for code
yarn run build -- --watch #this compile tsx to js on change
yarn run start:web
same as a normal react native project
yarn start #start react-native packager
yarn run android
yarn run ios
yarn run build:web
same as a normal react native project
cd android && ./gradlew assembleRelease