- Published on
React Cheat Sheet
- Authors
- Name
- John Siwicki
- @siwicadilly
Tutorials
Making a React Powered Comment Form
9 Things Every React Beginner Should Know
Courses
The Complete React Web App Developer Course
Books
Case Studies
React Native Kits
Build Process For React Native
I always forgot syntax and I wanted to have these handy for when I building an Android app.
Building Android App
Install app on your android device using:
cd android && ./gradlew installRelease
Build Release APK
$ cd android && ./gradlew assembleRelease