Free template auth screen for your react native project. Like login screen, register screen, forgot password screen, etc.
Login Screen
Register Screen
Cloning this repo use SSH
git clone git@github.com:GarryLaly/RNAuthScreenTemplate.git
Cloning this repo use HTTPS:
git clone https://github.com/GarryLaly/RNAuthScreenTemplate.git
Open the directory:
cd RNAuthScreenTemplate
You need to install node.js to run npm package and install react native for run this project
https://howtonode.org/how-to-install-nodejs
https://facebook.github.io/react-native/
First time you need to install all of package json
npm install
react native link
Waiting until finish
Running for android
react-native run-android
Running for iOS
react-native run-ios
To make it standalone compile without development mode. You need to run npm like this for debug standalone
npm run-script bundleDebug && npm run-script buildDebug
For release standalone version, but you need keystore. If you want upload to playstore
npm run-script bundleRelease && npm run-script buildRelease
- React Native 0.47 - Mobile apps framework
- React Navigation - React Native Plugin
Feel free for submitting pull requests to us.
- Garry Priambudi - Apps Developer - GarryLaly
- Dimas Pradana - Apps Designer - Dimas Pradana
This project is licensed under the MIT License
- Stackoverflow
- Unsplash for Background
- Temaku
- etc