
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
react-native-react-query-devtools
Advanced tools
React Query Dev Tools The same tool you know and love! Now available for React Native! A lightweight, easy-to-use development toolset for debugging and inspecting React Query states in your React Native applications. Works seamlessly with both Expo and React Native CLI projects.
Check out our example project to see the Dev Tools in action.
# npm
npm install react-native-react-query-devtools
# For Expo projects, also install:
npx expo install expo-clipboard
# For React Native CLI projects, also install:
npm install @react-native-clipboard/clipboard
yarn add react-native-react-query-devtools
yarn add expo-clipboard
yarn add @react-native-clipboard/clipboard
## Usage
1. Import the DevToolsBubble component:
```javascript
import { DevToolsBubble } from "react-native-react-query-devtools";
function RootLayoutNav() {
const colorScheme = useColorScheme();
const queryClient = new QueryClient();
return (
<QueryClientProvider client={queryClient}>
<ThemeProvider value={colorScheme === "dark" ? DarkTheme : DefaultTheme}>
<Stack>
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
<Stack.Screen name="modal" options={{ presentation: "modal" }} />
</Stack>
</ThemeProvider>
<DevToolsBubble />
</QueryClientProvider>
);
}
Prop | Type | Default | Description |
---|---|---|---|
initialIsOpen | boolean | false | Whether the DevTools should be open on mount |
position | 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'bottom-right' | Position of the DevTools bubble |
Contributions are welcome! Please feel free to submit a Pull Request.
MIT
If you're having issues or have questions, please file an issue.
FAQs
React Query Dev Tools for React Native
The npm package react-native-react-query-devtools receives a total of 6,324 weekly downloads. As such, react-native-react-query-devtools popularity was classified as popular.
We found that react-native-react-query-devtools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.