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
38
38
- react-native-polyfill-globals
39
39
- react-native-url-polyfill
40
40
- text-encoding
41
- - web-streams-polyfill
41
+ - web-streams-polyfill@3.2.1
42
42
43
43
These are listed as peer dependencies and need to be added to the React Native project
44
44
45
45
``` 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
47
47
```
48
48
49
49
Enable the polyfills in React Native app with
You can’t perform that action at this time.
0 commit comments