- A collection of Expo DevTools Plugins.
- The repository here is a Proof-Of-Concept for Expo DevTools Plugins and showing the migration effort for moving Flipper Plugins to Expo DevTools Plugins.
-
@dev-plugins/apollo-client
: Plugin for Apollo Client- Credit: Most code are forked from react-query-apollo-devtools
-
@dev-plugins/react-query
: Plugin for TanStack Query- Credit: Most code are forked from react-query-native-devtools
-
@dev-plugins/react-navigation
: Plugin for React Navigation- Credit: Most code are forked from @react-navigation/devtools and the Flipper plugin frontend
-
@dev-plugins/async-storage
: Plugin for @react-native-async-storage/async-storage- Credit: Originally contributed by jthoward64
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
@dev-plugins/react-navigation
from visiting different screens from the app. Apollo Client
: Apollo Client example forked from https://www.apollographql.com/docs/react/get-started/React Query
: React Query example forked from https://github.com/TanStack/query/tree/5b9be1e299257e32c4c294796711f5d82f968530/examples/react/react-nativeReact Query Time
: React Query example forked from https://github.com/bgaleotti/react-query-native-devtools/tree/799efff17b08e9793ab27d5a93457c5d5510233c/apps/Time