We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297b46a commit 4ed2d42Copy full SHA for 4ed2d42
1 file changed
README.md
@@ -30,7 +30,8 @@ yarn add @rn-devtools/plugin-sdk
30
- [@rn-devtools/react-navigation-plugin](https://github.com/DorianMazur/rn-devtools/tree/main/packages/react-navigation-plugin)
31
- [@rn-devtools/react-native-mmkv-plugin](https://github.com/DorianMazur/rn-devtools/tree/main/packages/react-native-mmkv-plugin)
32
33
-1. Tell the web app which plugins to load
+
34
+2. Tell the web app which plugins to load
35
36
Create rn-devtools.config.js in your RN app:
37
@@ -51,7 +52,7 @@ module.exports = {
51
52
rn-devtools
53
```
54
-1. Wire the RN app (one hook, many plugins)
55
+4. Wire the RN app (one hook, many plugins)
56
57
```tsx
58
import { useReactNativeDevtools } from "rn-devtools";
0 commit comments