React Native app with login, signup, and home screen routing. Connects to NodeJS backend with MongoDB storage.
# Clone the repo
git clone https://github.com/nickpersad/react-native-auth.git
# Navigate to clonned folder and Install dependencies
cd react-native-auth && npm install
#Copy default environment file and add your config variables
cp .env.default .env
# Run with Expo
npm start
Your app should now be running on localhost:19002.
########################################################################
## Environment variables used for React Native App
##
## SERVER - Location of server.
## SERVER_PORT - Port of server.
##
########################################################################