File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/powersync-sdk-react-native Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ This SDK requires HTTP streaming in order to function. The following `fetch` pol
3838- react-native-polyfill-globals
3939- react-native-url-polyfill
4040- text-encoding
41- - web-streams-polyfill
41+ - web-streams-polyfill@3.2.1
4242
4343These are listed as peer dependencies and need to be added to the React Native project
4444
4545``` bash
46- npx expo install react-native-fetch-api react-native-polyfill-globals react-native-url-polyfill text-encoding web-streams-polyfill base-64 react-native-get-random-values
46+ npx expo install react-native-fetch-api react-native-polyfill-globals react-native-url-polyfill text-encoding web-streams-polyfill@3.2.1 base-64 react-native-get-random-values@1.9.0
4747```
4848
4949Enable the polyfills in React Native app with
You can’t perform that action at this time.
0 commit comments