react-suite-samples
v0.0.5
Published
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/gpardogamez)
Downloads
4
Readme
react-suite-samples
samples for https://github.com/jerson/react-suite
install
git clone https://github.com/jerson/react-suite-samples
cd react-suite-samples
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
run on web
yarn run start:web
run on mobile
same as a normal react native project
yarn start #start react-native packager
yarn run android
yarn run ios
build on web
yarn run build:web
build on mobile
same as a normal react native project
cd android && ./gradlew assembleRelease
links
more screenshots