-
Install expo. Expo is a tool for quickly developing React Native Applications quickly.
npm install -g expo-cli
-
Create your project. Expo allows you to either create a blank new project or create a project with some common basic functionality.
expo init [YOUR PROJECT NAME]
-
Develop in the folder expo generates for your project.
-
Test your code using
npm start
and using the Expo app on your mobile device.
Create a React Native App and post it to Github. As long as it works on your phone, do as little or as much as you like.