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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ React Native Query Devtool is a monorepo containing a React Native component and
11
11
12
12
## Standalone App
13
13
14
-
The standalone app allows you to visualize and debug query data from your React Native application using the `@jdl/react-native-query-devtool` package.
14
+
The standalone app allows you to visualize and debug query data from your React Native application using the `@jsmdeleon/react-native-query-devtool` package.
15
15
16
16
## Installation
17
17
18
-
You can download the standalone app from the following link. Currently, it's available only for **macOS M1**:
18
+
You can download the standalone app from the following link. Currently, it's available only for **macOS M1** and **Windows x64**:
**Windows and Linux users:** You need to build the app from source as it's currently only available for **macOS M1**. Ensure to set up your environment accordingly before building the app.
22
+
**Linux users:** You need to build the app from source as it's currently only available for **macOS M1** and **Windows x64**. Ensure to set up your environment accordingly before building the app.
23
23
24
24
```bash
25
25
# Go to app folder
@@ -39,17 +39,17 @@ After running the build command, you'll find the freshly built app in a new fold
39
39
To use the devtool component in your React Native project, install the package:
40
40
41
41
```bash
42
-
npm install @jdl/react-native-query-devtool
42
+
npm install @jsmdeleon/react-native-query-devtool
43
43
# or
44
-
yarn add @jdl/react-native-query-devtool
44
+
yarn add @jsmdeleon/react-native-query-devtool
45
45
```
46
46
47
47
## Usage
48
48
49
49
In your React Native application, import `QueryNativeDevtool` to send query data to the server app for debugging:
@@ -86,7 +86,7 @@ This will enable your React Native application to send query data to the Electro
86
86
87
87
## Examples
88
88
89
-
In the example folder, you can find example projects demonstrating the usage of `@jdl/react-native-query-devtool` with different versions of React Query (v3, v4, and v5). To test the examples, navigate to the example folder, select the desired example, and run yarn ios or yarn android.
89
+
In the example folder, you can find example projects demonstrating the usage of `@jsmdeleon/react-native-query-devtool` with different versions of React Query (v3, v4, and v5). To test the examples, navigate to the example folder, select the desired example, and run yarn ios or yarn android.
"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.",
"description": "The standalone app allows you to visualize and debug query data from your React Native application using the @jdl/react-native-query-devtool package.",
5
+
"description": "The standalone app allows you to visualize and debug query data from your React Native application using the @jsmdeleon/react-native-query-devtool package.",
0 commit comments