A React Native Application to take notes.
This is a simple application I created to take notes in React Native.
Made using this
template.
Take notes, get notes from images, share them with others, save them to your account with this app. Here are a few screenshots and a gif showing it in action.
- Sign-in with google, and access data across multiple devices.
- Ability to take down notes and store them.
- Notes are backed up using Firebase, so data is always safe even if the device has an issue.
- Data encryption enabled, so it is only visible on the device.
- Ability to scan images and convert them to text notes.
- Dark more support.
-
Run
yarn
to install the packages listed in the package.json. -
(For iOS) Go into iOS folder, and run
pod install
. This is a necessary step for running in iOS.
Android
yarn run-android
iOS
yarn run-ios
-
Run this command:
yarn build-android
-
Next:
cd android #Create debug build: $ ./gradlew assembleDebug #Create release build: $ ./gradlew assembleRelease #Generated `apk` will be located at `android/app/build/outputs/apk`
-
Using
use-global-hook
for State management. -
Firebase ML
for text recogntion.
-
Implement Task updates / checkbox
-
Add image upload support.