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: packages/powersync-sdk-react-native/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,5 +178,13 @@ Uncomment the following from
178
178
// });
179
179
// client.addPlugin(networkFlipperPlugin);
180
180
```
181
+
182
+
Disable the dev client network inspector
183
+
`android/gradle.properties`
184
+
```
185
+
# Enable network inspector
186
+
EX_DEV_CLIENT_NETWORK_INSPECTOR=false
187
+
```
188
+
181
189
## iOS
182
190
Testing offline mode on an iOS simulator by disabling the host machine's entire internet connection will cause the device to remain offline even after the internet connection has been restored. This issue seems to affect all network requests in an application.
0 commit comments