Skip to content

Commit 028ad70

Browse files
authored
RN: lock package versions in README (#122)
Signed-off-by: Kobie Botha <[email protected]>
1 parent 8cc1337 commit 028ad70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/powersync-sdk-react-native/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4343
These 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

4949
Enable the polyfills in React Native app with

0 commit comments

Comments
 (0)