mavajee / react-native-note-example

A simple react-native example app for make notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Renote

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.

App preview

Preview Preview Preview Preview

Install and run

npm install -g react-native-cli
git clone https://github.com/mavajee/react-native-note-example.git
cd react-native-note-example
npm install

Run on Android

react-native run-android

Run on ios

react-native run-ios

TODO:

  • Clear Screen components. Follow "Container and Presentational components" pattern;
  • Flowify state;
  • Add FireBase.

About

A simple react-native example app for make notes

License:MIT License


Languages

Language:JavaScript 81.6%Language:Objective-C 10.1%Language:Java 4.3%Language:Python 4.0%