From b8d4a6fc5b5ab5b8a9c37f8069ab377793911587 Mon Sep 17 00:00:00 2001 From: Conrad Hofmeyr Date: Thu, 5 Oct 2023 07:27:11 -0600 Subject: [PATCH] Update README.md Update link in `Known Issues` --- packages/powersync-sdk-react-native/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/powersync-sdk-react-native/README.md b/packages/powersync-sdk-react-native/README.md index 9d52a781..afbadf0d 100644 --- a/packages/powersync-sdk-react-native/README.md +++ b/packages/powersync-sdk-react-native/README.md @@ -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//ReactNativeFlipper.java`