Skip to content

Commit

Permalink
docs: Add documentation about debugging MMKV instances
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Mar 15, 2022
1 parent 7ec815b commit bae1bd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ storage.recrypt(undefined)

As the library uses JSI for synchronous native methods access, remote debugging (e.g. with Chrome) is no longer possible. Instead, you should use [Flipper](https://fbflipper.com).

## Debugging

Use [flipper-plugin-react-native-mmkv](https://github.com/muchobien/flipper-plugin-react-native-mmkv) to debug your MMKV storage using Flipper. You can also simply `console.log` an MMKV instance.

## Adopting at scale

react-native-mmkv is provided _as is_, I work on it in my free time.
Expand Down

0 comments on commit bae1bd8

Please sign in to comment.