You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "React Native Query Devtool is a monorepo containing a React Native component and a standalone app to visualize query data in a similar way to react-query-devtools for the web.",
Copy file name to clipboardExpand all lines: packages/react-native-query-devtool/package.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
{
2
2
"name": "@jdl/react-native-query-devtool",
3
-
"author": "Josymar De Leon",
3
+
"author": {
4
+
"name": "Josymar",
5
+
"email": "josymardeleon.dev@gmail.com"
6
+
},
4
7
"version": "1.0.0",
5
8
"description": "React native component designed to simplify the process of subscribing to changes in React Query data and forwarding this information to a debugger application",
0 commit comments