Skip to content

A clean and simple react native boilerplate with an authentification system.

License

Notifications You must be signed in to change notification settings

crimson-med/react-native-auth-boilerplate

Repository files navigation

RNAuth

A clean and simple react native boilerplate with an authentification system.

Information

RNAuth is ready out of the box to work with the authentification from:

ejp-socket-io-mysql-boilerplate

Installation

Simply run:

npm install

react-native link

Then edit /app/config/config.js

Change the host value to your instance of ejp-socket-io-mysql-boilerplate

/ ! \ FYI:

If the server is running locally on your machine to access localhost from the android emulator you need to use:

http://10.0.2.2:8080 instead of http://127.0.0.1:8080

Screens

Login Gif

Credits

Mederic Burlet