dev-plugins icon indicating copy to clipboard operation
dev-plugins copied to clipboard

Out-of-tree Expo devtools plugins for packages that haven't adopted the Expo devtools plugin system yet.

Results 19 dev-plugins issues
Sort by recently updated
recently updated
newest added

It would be super helpful if the Expo DevTools plugin exposed which clients are currently connected. That way, DevTools could show a device connection status. I created [tanstack-query-dev-tools-expo-plugin](https://github.com/LovesWorking/tanstack-query-dev-tools-expo-plugin), a React...

# Why The goal is to help developers debug their navigation state with an easy to understand representation. # How I added a new tab in the react-navigation tool, based...

This PR adds a missing style that prevented the main content page from the `react-query` plugin from being scrollable when there were too many items. Note that this PR will...

@dev-plugin/redux is using an outdated json viewer which doesn't support maps and sets. I've replaced the library with one that does. Also, added superjson to keep the meta of the...

When adding **any** of the dev-plugins, Jest is throwing the following error: ``` Jest encountered an unexpected token Jest failed to parse a file. This happens e.g. when your code...

Hi! I just tried the Apollo Client dev plugin. I'm not sure what to expect really (some screenshots or even a short video in the docs would be useful 🙂)...

The title is pretty much self-explanatory. Fix: Add `overflow: 'scroll'` [here](https://github.com/expo/dev-plugins/blob/9c93e4ab523f427330c124e755f55bc80ce4f1ca/packages/react-query/webui/src/App.tsx#L194) Example with the issue & fix: https://github.com/user-attachments/assets/c926cb92-cca9-4034-816f-eb1c6e5ac155

This pull request updates the `@dev-plugins/react-native-mmkv` package to support the latest versions of its dependencies and aligns the code with breaking changes in the `react-native-mmkv` API. The main focus is...