{"id":50680585,"url":"https://github.com/alpheusday/unstorage-react-native-mmkv","last_synced_at":"2026-06-08T18:30:53.902Z","repository":{"id":359059346,"uuid":"1243499305","full_name":"alpheusday/unstorage-react-native-mmkv","owner":"alpheusday","description":"A React Native MMKV driver for unstorage","archived":false,"fork":false,"pushed_at":"2026-06-03T18:39:25.000Z","size":229,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-03T20:12:30.320Z","etag":null,"topics":["javascript","mmkv","react","react-native","react-native-mmkv","typescript","unstorage"],"latest_commit_sha":null,"homepage":"https://npmx.dev/unstorage-react-native-mmkv","language":"TypeScript","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/alpheusday.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-19T11:55:53.000Z","updated_at":"2026-06-03T18:39:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/alpheusday/unstorage-react-native-mmkv","commit_stats":null,"previous_names":["alpheusday/unstorage-react-native-mmkv"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alpheusday/unstorage-react-native-mmkv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpheusday%2Funstorage-react-native-mmkv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpheusday%2Funstorage-react-native-mmkv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpheusday%2Funstorage-react-native-mmkv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpheusday%2Funstorage-react-native-mmkv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpheusday","download_url":"https://codeload.github.com/alpheusday/unstorage-react-native-mmkv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpheusday%2Funstorage-react-native-mmkv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34075950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["javascript","mmkv","react","react-native","react-native-mmkv","typescript","unstorage"],"created_at":"2026-06-08T18:30:53.202Z","updated_at":"2026-06-08T18:30:53.894Z","avatar_url":"https://github.com/alpheusday.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unstorage React Native MMKV\n\nA React Native MMKV driver for unstorage.\n\n## Installation\n\n\u003e Both `unstorage` and `react-native-mmkv` are required to be installed.\n\nInstall this package as a dependency in the project:\n\n```sh\n# npm\nnpm i unstorage-react-native-mmkv\n\n# Yarn\nyarn add unstorage-react-native-mmkv\n\n# pnpm\npnpm add unstorage-react-native-mmkv\n\n# Deno\ndeno add npm:unstorage-react-native-mmkv\n\n# Bun\nbun add unstorage-react-native-mmkv\n```\n\n## Usage\n\n```ts\nimport { createStorage } from \"unstorage\";\nimport { mmkvDriver } from \"unstorage-react-native-mmkv\";\n\nconst storage = createStorage({\n    driver: mmkvDriver(),\n});\n```\n\n### Options\n\n`mmkvDriver` accepts React Native MMKV [Configuration](https://github.com/mrousavy/react-native-mmkv/blob/main/packages/react-native-mmkv/src/specs/MMKV.nitro.ts) as options.\n\n### Storage APIs\n\nFor the storage APIs, please refer to the [unstorage guide](https://unstorage.unjs.io/guide).\n\n## Contributing\n\nFor contributing, please refer to the [contributing guide](./CONTRIBUTING.md).\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpheusday%2Funstorage-react-native-mmkv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpheusday%2Funstorage-react-native-mmkv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpheusday%2Funstorage-react-native-mmkv/lists"}