It is a simple app for self-taught and demonstration of technical knowledge about react-native and mobile development. The app consists of a screen to view all notes or add a new one and a screen to view or edit a specific note.
- install expo-cli with
npm install -g expo
git clone https://github.com/renancleyson-dev/notes-app.git
cd notes-app && npm install
expo start