/aws-mobile-react-native-notes-tutorial

Starter for the AWS Mobile React Native Tutorial

Primary LanguageJavaScriptApache License 2.0Apache-2.0

React Native Notes Tutorial

This project is a React Native Notes App that stores data only locally on the device. It works on iOS and Android.

To install, use:

$ yarn install

To run, use:

$ yarn run ios
$ yarn run android

Ensure that the Android emulator is running before starting the project.