Skip to content

Commit

Permalink
Merge pull request #6 from journeyapps/readme-update-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
cahofmeyr authored Oct 5, 2023
2 parents 6ed514c + b8d4a6f commit a2f02a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/powersync-sdk-react-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ export const TodoListDisplay = () => {
# Known Issues
## Android
The PowerSync connection relies heavily on HTTP streams. React Native does not support streams out of the box, so we use the [polyfills](#polyfills) mentioned. There is currently an open [issue](https://github.com/facebook/flipper/issues/2495) where the Flipper network plugin does not allow Stream events to fire. This plugin needs to be [disabled](https://stackoverflow.com/questions/69235694/react-native-cant-connect-to-sse-in-android/69235695#69235695) in order for HTTP streams to work.
The PowerSync connection relies heavily on HTTP streams. React Native does not support streams out of the box, so we use the [polyfills](#polyfills-fetch) mentioned. There is currently an open [issue](https://github.com/facebook/flipper/issues/2495) where the Flipper network plugin does not allow Stream events to fire. This plugin needs to be [disabled](https://stackoverflow.com/questions/69235694/react-native-cant-connect-to-sse-in-android/69235695#69235695) in order for HTTP streams to work.
Uncomment the following from
`android/app/src/debug/java/com/<projectname>/ReactNativeFlipper.java`
Expand Down

0 comments on commit a2f02a7

Please sign in to comment.