React Native project
https://www.udemy.com/the-complete-react-native-and-redux-course/learn/v4/overview
git clone https://github.com/Jae-Huh/auth
cd auth
npm install
And then use the folloring script for iOS
react-native run-ios
...or for Android
react-native run-android
Make sure Xcode or Android emulator is installed.