RNAuthScreenTemplate
RNAuthScreenTemplate copied to clipboard
React Native - Auth Screen Template
RNAuthScreenTemplate
Free template auth screen for your react native project. Like login screen, register screen, forgot password screen, etc.

Screenshot
Login Screen
Register Screen
Getting Started
Cloning this repo use SSH
git clone [email protected]:GarryLaly/RNAuthScreenTemplate.git
Cloning this repo use HTTPS:
git clone https://github.com/GarryLaly/RNAuthScreenTemplate.git
Open the directory:
cd RNAuthScreenTemplate
Prerequisites
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/
Installing
First time you need to install all of package json
npm install
react native link
Waiting until finish
Running the tests
Running for android
react-native run-android
Running for iOS
react-native run-ios
Deployment
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
Built With
- React Native 0.47 - Mobile apps framework
- React Navigation - React Native Plugin
Contributing
Feel free for submitting pull requests to us.
Authors
- Garry Priambudi - Apps Developer - GarryLaly
- Dimas Pradana - Apps Designer - Dimas Pradana
License
This project is licensed under the MIT License
Acknowledgments
- Stackoverflow
- Unsplash for Background
- Temaku
- etc