{"id":18277472,"url":"https://github.com/standardnotes/standard-notes-rn","last_synced_at":"2025-04-05T04:30:33.256Z","repository":{"id":43701472,"uuid":"214282933","full_name":"standardnotes/standard-notes-rn","owner":"standardnotes","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-23T02:36:18.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T21:43:28.129Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/standardnotes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-10T20:48:54.000Z","updated_at":"2022-02-23T02:36:19.000Z","dependencies_parsed_at":"2022-09-15T16:40:42.817Z","dependency_job_id":null,"html_url":"https://github.com/standardnotes/standard-notes-rn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardnotes%2Fstandard-notes-rn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardnotes%2Fstandard-notes-rn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardnotes%2Fstandard-notes-rn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardnotes%2Fstandard-notes-rn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/standardnotes","download_url":"https://codeload.github.com/standardnotes/standard-notes-rn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289382,"owners_count":20914463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T12:19:17.921Z","updated_at":"2025-04-05T04:30:32.936Z","avatar_url":"https://github.com/standardnotes.png","language":"Java","readme":"# standard-notes-rn\n\n## Setup\n\n```bash\nnpm install @standardnotes/react-native-utils --save\nreact-native link @standardnotes/react-native-utils\n```\n\n#### iOS\n* Add SNReactNative.xcoderproj into your project in the Libraries folder.\n* Add the .a file on the General tab of your target under Linked Frameworks And Libraries\n* Add the .a file on the Build Phases tab of your target under Link Binary With Libraries\n\n#### Android\n* In the settings.gradle\n  ```\n    include ':@standardnotes/react-native-utils', ':app'\n    project(':@standardnotes/react-native-utils').projectDir = new File(rootProject.projectDir, '../node_modules/@standardnotes/react-native-utils/android')\n  ```\n* In the build.gradle\n  ```\n    compile project(':@standardnotes/react-native-utils')\n  ```\n* In MainApplication.java\n  ```\n    import org.standardnotes.SNReactNative.SNReactNativePackage;\n    ...\n    @Override\n    protected List\u003cReactPackage\u003e getPackages() {\n      return Arrays.\u003cReactPackage\u003easList(\n        ...\n        new SNReactNativePackage(),\n        ...\n      );\n    }\n    ...\n  ```\n## Usage\n\n```javascript\nimport SNReactNative from '@standardnotes/react-native-utils';\n...\nSNReactNative.exitApp();\n...\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstandardnotes%2Fstandard-notes-rn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstandardnotes%2Fstandard-notes-rn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstandardnotes%2Fstandard-notes-rn/lists"}