{"id":4558,"url":"https://github.com/oblador/react-native-keychain","last_synced_at":"2025-05-14T11:06:25.272Z","repository":{"id":32380720,"uuid":"35957057","full_name":"oblador/react-native-keychain","owner":"oblador","description":":key: Keychain Access for React Native","archived":false,"fork":false,"pushed_at":"2024-10-26T10:52:52.000Z","size":2300,"stargazers_count":3195,"open_issues_count":171,"forks_count":520,"subscribers_count":36,"default_branch":"master","last_synced_at":"2024-10-29T15:09:21.402Z","etag":null,"topics":["android","ios","keychain-access","react-native"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oblador.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["oblador","vonovak","DorianMazur"]}},"created_at":"2015-05-20T15:33:48.000Z","updated_at":"2024-10-28T15:04:00.000Z","dependencies_parsed_at":"2024-01-08T01:03:35.370Z","dependency_job_id":"c87a2843-bb94-45fc-8044-8f5789522710","html_url":"https://github.com/oblador/react-native-keychain","commit_stats":{"total_commits":332,"total_committers":97,"mean_commits":3.422680412371134,"dds":0.6445783132530121,"last_synced_commit":"a8453618ca1df2654685e41eb99f0d820d034e46"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oblador%2Freact-native-keychain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oblador%2Freact-native-keychain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oblador%2Freact-native-keychain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oblador%2Freact-native-keychain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oblador","download_url":"https://codeload.github.com/oblador/react-native-keychain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246326639,"owners_count":20759437,"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":["android","ios","keychain-access","react-native"],"created_at":"2024-01-05T20:17:16.228Z","updated_at":"2025-04-01T17:09:18.639Z","avatar_url":"https://github.com/oblador.png","language":"Kotlin","funding_links":["https://github.com/sponsors/oblador","https://github.com/sponsors/vonovak","https://github.com/sponsors/DorianMazur"],"categories":["Components","\u003ca name=\"OS-\u0026-System-\u0026-File-Manager:-Native-Modules\"\u003eOS, System \u0026 File Manager: Native Modules\u003c/a\u003e","Kotlin","Java","Authentication \u0026 Security"],"sub_categories":["System","Graphics \u0026 Drawing"],"readme":"\u003ch1 align=\"center\"\u003e\u003cimg\n    src=\"website/static/img/logo.png\"\n    align=\"center\" width=\"50\" height=\"50\" alt=\"\"\n  /\u003e react-native-keychain\u003c/h1\u003e\n\n[![Tests](https://github.com/oblador/react-native-keychain/actions/workflows/e2e_tests.yaml/badge.svg)](https://github.com/oblador/react-native-keychain/actions/workflows/e2e_tests.yaml) [![npm](https://img.shields.io/npm/v/react-native-keychain.svg)](https://npmjs.com/package/react-native-keychain) [![npm](https://img.shields.io/npm/dm/react-native-keychain.svg)](https://npmjs.com/package/react-native-keychain)\n\nThis library provides access to the Keychain (iOS) and Keystore (Android) for securely storing credentials like passwords, tokens, or other sensitive information in React Native apps.\n\n- [Installation](#installation)\n- [Documentation](#documentation)\n- [Changelog](#changelog)\n- [Maintainers](#maintainers)\n- [Used By](#used-by)\n- [License](#license)\n\n## Installation\n\n1. Run `yarn add react-native-keychain`\n2. Run `pod install` in `ios/` directory to install iOS dependencies.\n3. If you want to support FaceID, add a `NSFaceIDUsageDescription` entry in your `Info.plist`.\n4. Re-build your Android and iOS projects.\n\n## Documentation\n\nPlease refer to the documentation website on https://oblador.github.io/react-native-keychain\n\n## Changelog\n\nCheck the [GitHub Releases page](https://github.com/oblador/react-native-keychain/releases).\n\n## Maintainers\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/oblador\"\u003e\n          \u003cimg width=\"100\" height=\"100\" src=\"https://github.com/oblador.png?v=3\u0026s=150\"\u003e\n          \u003cbr /\u003e\n          \u003cstrong\u003eJoel Arvidsson\u003c/strong\u003e\n        \u003c/a\u003e\n        \u003cbr /\u003e\n        Author\n      \u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/DorianMazur\"\u003e\n          \u003cimg width=\"100\" height=\"100\" src=\"https://github.com/DorianMazur.png?v=3\u0026s=150\"\u003e\n          \u003cbr /\u003e\n          \u003cstrong\u003eDorian Mazur\u003c/strong\u003e\n        \u003c/a\u003e\n        \u003cbr /\u003e\n        Maintainer\n      \u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/vonovak\"\u003e\n          \u003cimg width=\"100\" height=\"100\" src=\"https://github.com/vonovak.png?v=3\u0026s=150\"\u003e\n          \u003cbr /\u003e\n          \u003cstrong\u003eVojtech Novak\u003c/strong\u003e\n        \u003c/a\u003e\n        \u003cbr /\u003e\n        Maintainer\n      \u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/pcoltau\"\u003e\n          \u003cimg width=\"100\" height=\"100\" src=\"https://github.com/pcoltau.png?v=3\u0026s=150\"\u003e\n          \u003cbr /\u003e\n          \u003cstrong\u003ePelle Stenild Coltau\u003c/strong\u003e\n        \u003c/a\u003e\n        \u003cbr /\u003e\n        Maintainer\n      \u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/OleksandrKucherenko\"\u003e\n          \u003cimg width=\"100\" height=\"100\" src=\"https://github.com/OleksandrKucherenko.png?v=3\u0026s=150\"\u003e\n          \u003cbr /\u003e\n          \u003cstrong\u003eOleksandr Kucherenko\u003c/strong\u003e\n        \u003c/a\u003e\n        \u003cbr /\u003e\n        Contributor\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003ctbody\u003e\n\u003c/table\u003e\n\n## Used By\n\nThis library is used by several projects, including:\n\n- [Rainbow Wallet](https://github.com/rainbow-me/rainbow)\n- [MetaMask Mobile](https://github.com/MetaMask/metamask-mobile)\n- [BlueWallet](https://github.com/bluewallet/bluewallet)\n\n## License\n\nMIT © Joel Arvidsson 2016-2020\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foblador%2Freact-native-keychain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foblador%2Freact-native-keychain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foblador%2Freact-native-keychain/lists"}