Skip to content

Commit

Permalink
update readme with Android debug streaming instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Nov 3, 2023
1 parent bee2cba commit f67ed20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/powersync-sdk-react-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,13 @@ Uncomment the following from
// });
// client.addPlugin(networkFlipperPlugin);
```

Disable the dev client network inspector
`android/gradle.properties`
```
# Enable network inspector
EX_DEV_CLIENT_NETWORK_INSPECTOR=false
```

## iOS
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 comments on commit f67ed20

Please sign in to comment.