Simple a react-native example for make notes. The App can create notes, set a time reminder, attach photos from a camera or gallery, attach a location and add a calendar event.
It's not complete app. Was created for testing RN features no more.
npm install -g react-native-cli
git clone https://github.com/mavajee/react-native-note-example.git
cd react-native-note-example
npm install
react-native run-android
react-native run-ios
- Clear Screen components. Follow "Container and Presentational components" pattern;
- Flowify state;
- Add FireBase.