GarryLaly / RNAuthScreenTemplate

React Native - Auth Screen Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RNAuthScreenTemplate

Free template auth screen for your react native project. Like login screen, register screen, forgot password screen, etc.

Link Demo Playstore

Screenshot

Login Screen

Register Screen

Getting Started

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

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

Contributing

Feel free for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License

Acknowledgments

About

React Native - Auth Screen Template


Languages

Language:JavaScript 71.2%Language:Objective-C 17.0%Language:Python 6.7%Language:Java 5.2%