An open souce, offline first note taking app.
- Offline first
- Sync to Google Drive (Optional)
- Privacy (Do not use any remote server to store data)
- React Native
- Mobx State Tree (MST)
- Realm
- UI Kitten
- React Navigation v6
Clone this repo
git clone https://github.com/saheeranas/notesapp.git
Open project folder and install dependencies
cd diaryapp
yarn
or
npm i
Run the project
yarn android
or
npm run android
or
yarn ios
or
npm run ios
- Rename '.env.template' file to '.env'
- Get 'OAuth 2.0 Client ID' for Android from Google Cloud Console (For Google Drive and Sign in: @react-native-google-signin/google-signin)
- Place the Clinet ID in .env file for the key 'ANDROID_CLIENT_ID'
This project is licensed under the MIT License - see the LICENSE.md file for details