This is a simple notes app created using React Native + Expo. It allows you to create your notes and delete.
- Create notes
- Delete notes
- Add title and description of note
- Enhanced UI
- Support edit Notes
- Storing todos into Database
- Real time sync
# Clone respository
git clone https://github.com/swapnasahoo/notes-app-rn.git
# Move to project folder
cd notes-app-rn
# Install dependecies
npm install
# Run development server
npx expo start --clear