-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: React Native SSE Support #1012
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
"@react-native-async-storage/async-storage": "^1.17.11", | ||
"react-native-device-info": "^8.7.0", | ||
"react-native-get-random-values": "^1.7.2" | ||
"react-native-get-random-values": "^1.7.2", | ||
"react-native-sse": "^1.2.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: this will require docs update as we need to install the other packages separately
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why wouldn't it be installed from the dependency? seems to work in the E2E test app.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
im not 100 percent sure, but we have that explicit in the docs and in the past when i have tried to install, required me to add those dependencies have not tested recently tbh
Adding SSE connections to the React-Native SDK to enable live-updates of configs.
react-native-sse
libraryreact-native-sse
Event Source class from react native libNote: will need to mention in the docs the limitations on react native <0.75 requiring flipper to be disabled: binaryminds/react-native-sse#61