Skip to content

Commit f67ed20

Browse files
update readme with Android debug streaming instructions
1 parent bee2cba commit f67ed20

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/powersync-sdk-react-native/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,13 @@ Uncomment the following from
178178
// });
179179
// client.addPlugin(networkFlipperPlugin);
180180
```
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+
181189
## iOS
182190
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

Comments
 (0)