/NativePrototype

AWS API Gateway & Lambda Backed. React Native App connects to API Gateway which runs Lambda function to query MySQL DB.

Primary LanguageJavaScript

NativePrototype

Amplify CLI Documentation

Amplify Auth API Getting Started

Amplify Auth API Documentation

React Navigation API Documentation

React Native Elements API Documentation

NativeBase Components Library

Async Await Docs From JavaScript.info

Expo Docs

1. Setup local directory for Git tracking. 
2. Clone project `$ git clone https://github.com/paranoia1906/NativePrototype.git`.
3. Development should happen in Snack. (https://snack.expo.io/@paranoia1906/nativeproto)
4. Save project.
5. Must export project from Snack.Expo.Io development environment.
6. Extract zip of project to local development folder.

To run the project locally instead of Snack:

Must be running 8.0.0+ NPM

$ git clone https://github.com/paranoia1906/NativePrototype.git

$ npm install -g @aws-amplify/cli
$ amplify configure

$ npm install -g expo-cli
$ expo login|signin [options]

$ npm install