Skip to content

Commit

Permalink
Add reactotron-react-native-mmkv reference to README
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuayoes authored Jun 19, 2023
1 parent bf0bbc3 commit 40d4630
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,14 @@ If a user chooses to disable LocalStorage in their browser, the library will aut

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
### Flipper

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.

### Reactotron

Use [reactotron-react-native-mmkv](https://www.npmjs.com/package/reactotron-react-native-mmkv) to automatically log writes to your MMKV storage using Reactotron. [See the docs for how to setup this plugin with Reactotron.](https://www.npmjs.com/package/reactotron-react-native-mmkv)

## Adopting at scale

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

0 comments on commit 40d4630

Please sign in to comment.