Standard Notes is a safe place for your notes, thoughts, and life's work. It focuses on being simple, so you don't have to fight with endless features that slow you down. It encrypts your notes to protect your privacy. And, it's extensible, so you can backup your notes to Dropbox, Google Drive, and other services, as well as install themes, editors, and more.
- iOS App Store (iOS 8+)
- Google Play (Android 5.0+)
- F-Droid (Android 5.0+)
- Direct APK
This is a React Native implementation of Standard Notes. React Native allows us to build native mobile applications using JavaScript. This allows us to develop faster, as well as have a more reliable and consistent cross-platform experience.
Clone the project, then initialize the project with required files:
yarn init
react-native run-ios
orreact-native run-android
Note: You may need to set up an SSH key on GitHub to pull in submodules. Please follow these instructions to do so.
If upon building Android you see the error "Could not get unknown property 'repositoryUrl' for project ':ReactAndroid'", please edit the file in node_modules/react-native/ReactAndroid/release.gradle
according to these instructions.
- For iOS: Open the project in Xcode, then simply build and run with your device selected.
- For Android: connect your device, then simply run
react-native run-android
cd android && ./gradlew assembleRelease
You'll then find the APK in this directory:
android/app/build/outputs/apk/release
Before contributing, please read our Longevity Statement to better understand how we approach adding new features. Unlike other projects, adding new features is something we prefer not to do, so if you have a feature which you think is absolutely essential, please create a discussion issue first before coding.