dev-plugins
dev-plugins copied to clipboard
Out-of-tree Expo devtools plugins for packages that haven't adopted the Expo devtools plugin system yet.
Update UI for redux, added selection of history in state, diff, state and action tabs added, readme updated
I've had great luck with most of the dev-plugins, but can't seem to get the react-query one to work. Is the plugin currently working? I've created a minimal test repo,...
Thanks for the great work for Expo 50. I enabled the DevTools plugin for `react-navigation` in my `index.tsx` file:  The app works fine with the dev server locally. But...
A nice to have devtool that would pop up in the dev client is one which detects expo-router in the app and gives an option to navigate to any of...
Hi ! Thanks for the amazing tools ! I have problem when using them, for example, with `@dev-plugins/react-query` When selecting it in the terminal, I have nothing showing, no chrome,...
Boolean data is not showing the Browser for mmkv dev plugin. Can anyone else confirm if they're facing this too?
Cannot read property 'useState' of null - @dev-plugins/react-navigation, useReactNavigationDevTools
## What I did After installing `@dev-plugins/react-navigation` in expo project, I added these 2 lines according to documentation:  ## Result The app crashes when...
our usecase requires loading `client` in a useEffect after some data has loaded. e.g. ```js useEffect(() => { (async () => { const _persistor = cachePersistorFactory(cache); await _persistor.restore(); const _client...
Applying the example to a latest React Navigation and Expo project got me this error. I believe this happens due to React Navigation having this type as the returned navigationRef...
Hey, We've been using the react-query devtool plugin for a long time now. After upgrading from Expo SDK 51 to 52 which upgraded this package from `0.0.7` to `0.1.0` we...