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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ 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
@@ -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.",
Copy file name to clipboardExpand all lines: packages/react-native-query-devtool/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# @jdl/react-native-query-devtool
1
+
# @jsmdeleon/react-native-query-devtool
2
2
3
3
## Features
4
4
@@ -7,15 +7,15 @@
7
7
8
8
## Standalone App
9
9
10
-
The standalone app allows you to visualize and debug query data from your React Native application using the `@jdl/react-native-query-devtool` package.
10
+
The standalone app allows you to visualize and debug query data from your React Native application using the `@jsmdeleon/react-native-query-devtool` package.
11
11
12
12
## Installation
13
13
14
-
You can download the standalone app from the following link. Currently, it's available only for **macOS M1**:
14
+
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.
18
+
**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.
19
19
20
20
```bash
21
21
# Go to app folder
@@ -35,17 +35,17 @@ After running the build command, you'll find the freshly built app in a new fold
35
35
To use the devtool component in your React Native project, install the package:
36
36
37
37
```bash
38
-
npm install @jdl/react-native-query-devtool
38
+
npm install @jsmdeleon/react-native-query-devtool
39
39
# or
40
-
yarn add @jdl/react-native-query-devtool
40
+
yarn add @jsmdeleon/react-native-query-devtool
41
41
```
42
42
43
43
## Usage
44
44
45
45
In your React Native application, import `QueryNativeDevtool` to send query data to the Electron app for debugging:
@@ -82,7 +82,7 @@ This will enable your React Native application to send query data to the server
82
82
83
83
## Examples
84
84
85
-
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.
85
+
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.
0 commit comments