From b41eff67aa43631c02ff519b322d1675e7662fe3 Mon Sep 17 00:00:00 2001 From: Ali Avci Date: Wed, 6 Mar 2019 14:31:50 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 295c03b..ca1156d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # notes-app-rn -Basic notes app with React Native +Basic notes app with React Native. +Created using with guide https://www.npmjs.com/package/react-native-template-typescript ## Status -Remaining: Data needs to be persisted. +Basic note application in working state. + +Possible enhancements: Switch to Room or SQLite database for larger storage # Usage guide -https://www.npmjs.com/package/react-native-template-typescript +- 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' ## Local Installation React Native and npm need to both be installed to run this project locally