- This is a collection of Expo DevTools Plugins maintained on the BamLab repository
- This repository is a fork from the expo/dev-plugin repository
-
@bam.tech/react-navigation-visualizer-dev-plugin
: Plugin for React Navigation- Credit: Most code is forked from @react-navigation/devtools and the Flipper plugin frontend
-
@dev-plugins/react-native-mmkv
: Plugin for react-native-mmkv- Credit: Originally contributed by cyrilbo
-
A lot of other plugins are hosted on the expo/dev-plugin repository
The example app is an Expo Router app that provides test cases for plugins
- Expo Router is based on React Navigation, so you can just test
@bam.tech/react-navigation-visualizer-dev-plugin
from visiting different screens from the app. - React Native MMKV screen to explore
@dev-plugins/react-native-mmkv
$ git clone https://github.com/expo/dev-plugins.git
$ cd dev-plugins
$ cd apps/example
$ bun run ios
$ bun run android