Skip to content

Commit acdd5a5

Browse files
committed
docs: flipper support
1 parent 81f0c4a commit acdd5a5

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/_sidebar.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [Supported Data Types](datatypes.md)
99
- [Redux persist support](redux-persist.md)
1010
- [Testing with Jest](mockjest.md)
11+
- [Flipper support](flipper.md)
1112

1213
- API Reference
1314

docs/flipper.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Flipper support
2+
3+
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.
4+
5+
## Features
6+
7+
- Logging on read/write
8+
- Edit values on the fly. If you use `useMMKVStorage` hook. Values will update automatically.
9+
10+
![gif](https://github.com/pnthach95/flipper-plugin-react-native-mmkv-storage/raw/main/docs/example.gif)
11+
12+
_\* Tested on Flipper v0.152.0, React Native v0.68.2, RN MMKV Storage source code from github_
13+
14+
## Installation
15+
16+
Open Flipper and search on Plugin Manager
17+
18+
![](https://github.com/pnthach95/flipper-plugin-react-native-mmkv-storage/raw/main/docs/manager.png)

0 commit comments

Comments
 (0)