{"id":13679042,"url":"https://github.com/muchobien/flipper-plugin-react-native-mmkv","last_synced_at":"2025-04-27T05:33:01.858Z","repository":{"id":43688402,"uuid":"450871538","full_name":"muchobien/flipper-plugin-react-native-mmkv","owner":"muchobien","description":"Plugin to control react-native-mmkv from Flipper","archived":false,"fork":false,"pushed_at":"2024-04-26T17:00:20.000Z","size":1839,"stargazers_count":52,"open_issues_count":5,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-02T13:25:38.487Z","etag":null,"topics":["flipper","flipper-plugin","mmkv","react-native","react-native-mmkv"],"latest_commit_sha":null,"homepage":"https://github.com/muchobien/flipper-plugin-react-native-mmkv","language":"TypeScript","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/muchobien.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-22T16:26:24.000Z","updated_at":"2024-07-14T22:08:06.000Z","dependencies_parsed_at":"2024-08-02T13:17:41.524Z","dependency_job_id":"6da89ec5-5f0f-44bf-bb4c-84b6e09b655f","html_url":"https://github.com/muchobien/flipper-plugin-react-native-mmkv","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muchobien%2Fflipper-plugin-react-native-mmkv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muchobien%2Fflipper-plugin-react-native-mmkv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muchobien%2Fflipper-plugin-react-native-mmkv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muchobien%2Fflipper-plugin-react-native-mmkv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muchobien","download_url":"https://codeload.github.com/muchobien/flipper-plugin-react-native-mmkv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224061562,"owners_count":17249261,"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":["flipper","flipper-plugin","mmkv","react-native","react-native-mmkv"],"created_at":"2024-08-02T13:01:01.287Z","updated_at":"2024-11-11T06:34:32.747Z","avatar_url":"https://github.com/muchobien.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Flipper plugin for [react-native-mmkv](https://github.com/mrousavy/react-native-mmkv)\n\nThis plugin allows you to control react-native-mmkv from flipper\n\n## Usage\n\n### Install the flipper plugin.\n\nSimply search for 'react-native-mmkv' in the `Plugin Manager` in Flipper.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./.github/img/install.png\" alt=\"install plugin\" height=\"400\" /\u003e\n\u003c/p\u003e\n\n### In your react-native App\n\n```sh\nyarn add -D react-native-flipper\nyarn add react-native-mmkv-flipper-plugin\n```\n\n```ts\nimport { MMKV } from \"react-native-mmkv\";\nimport { initializeMMKVFlipper } from \"react-native-mmkv-flipper-plugin\";\nconst storage = new MMKV();\n\n// add this line inside your App.tsx\nif (__DEV__) {\n  initializeMMKVFlipper({ default: storage });\n}\n```\n\n## Screenshot\n\n![view](./.github/img/flipper.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuchobien%2Fflipper-plugin-react-native-mmkv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuchobien%2Fflipper-plugin-react-native-mmkv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuchobien%2Fflipper-plugin-react-native-mmkv/lists"}