Basic notes app with React Native. Created using with guide https://www.npmjs.com/package/react-native-template-typescript
Basic note application in working state.
Possible enhancements: Switch to Room or SQLite database for larger storage
- Remove note by swiping note item to the left and clicking 'Delete'
- Add note by clicking 'Add Note' button in home page, adding note details then clicking 'Save Note'
React Native and npm need to both be installed to run this project locally
Clone project to your local project directory:
git clone [email protected]:aiavci/notes-app-rn.git
Navigate to local project directory
cd notes-app-rn
Install npm dependencies
npm install
Run IOS app
react-native run-ios
Below is a list of some of the tools used.
Redux: State management library React Navigation: Navigation between screens
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.