fergatron / react-native-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-auth

This project is based on the Udemy tutorial hosted by Stephen Grider, The Complete React Native and Redux Course. My focus in on the Android platform.

https://www.udemy.com/the-complete-react-native-and-redux-course/learn/v4/content

Start packager and compile android

react-native start --port=8082 (optional)
react-native run-android

Run android emulator

cd /usr/local/share/android-sdk/tools/
emulator @Pixel_API_26

or

cd $(dirname $(which emulator)) && emulator @Pixel_API_26

Debugging app on emulator

Ctrl + M only works when the app is in view. Ctrl + M does something different when outside the app.

About


Languages

Language:JavaScript 54.5%Language:Objective-C 27.0%Language:Python 10.5%Language:Java 8.0%