Skip to content

Commit

Permalink
docs: flipper support
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Jul 28, 2022
1 parent 81f0c4a commit acdd5a5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Supported Data Types](datatypes.md)
- [Redux persist support](redux-persist.md)
- [Testing with Jest](mockjest.md)
- [Flipper support](flipper.md)

- API Reference

Expand Down
18 changes: 18 additions & 0 deletions docs/flipper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Flipper support

Thanks to [pnthach95](https://github.com/pnthach95/flipper-plugin-react-native-mmkv-storage/commits?author=pnthach95) Flipper plugin is finally here. https://github.com/pnthach95/flipper-plugin-react-native-mmkv-storage. It supports logging and manipulating storage values on the fly.

## Features

- Logging on read/write
- Edit values on the fly. If you use `useMMKVStorage` hook. Values will update automatically.

![gif](https://github.com/pnthach95/flipper-plugin-react-native-mmkv-storage/raw/main/docs/example.gif)

_\* Tested on Flipper v0.152.0, React Native v0.68.2, RN MMKV Storage source code from github_

## Installation

Open Flipper and search on Plugin Manager

![](https://github.com/pnthach95/flipper-plugin-react-native-mmkv-storage/raw/main/docs/manager.png)

1 comment on commit acdd5a5

@vercel
Copy link

@vercel vercel bot commented on acdd5a5 Jul 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rnmmkv – ./

rnmmkv.vercel.app
rnmmkv-ammarahm-ed.vercel.app
rnmmkv-git-master-ammarahm-ed.vercel.app

Please sign in to comment.