cherifya / mobile

Standard Notes for iOS and Android - https://standardnotes.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standard Notes

iOS & Android App

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.

Download Options:

The Code

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.

Building the Project

Clone the project, then initialize the project with required files:

  1. yarn init
  2. react-native run-ios or react-native run-android

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.

Running on Device

  • 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

Generating an APK

cd android && ./gradlew assembleRelease

You'll then find the APK in this directory:

android/app/build/outputs/apk/release

Contributing

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.

About

Standard Notes for iOS and Android - https://standardnotes.org

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 93.8%Language:Java 2.5%Language:Objective-C 1.7%Language:Ruby 1.1%Language:JavaScript 0.8%Language:Starlark 0.1%