Skip to content

Commit 456a5fe

Browse files
authored
docs: mention addition of web-streams-polyfill for react-native (#6302)
1 parent 62a1aa5 commit 456a5fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,13 @@ to add and import following polyfills in your react-native application:
103103

104104
- [react-native-get-random-values](https://www.npmjs.com/package/react-native-get-random-values)
105105
- [react-native-url-polyfill](https://www.npmjs.com/package/react-native-url-polyfill)
106+
- [web-streams-polyfill](https://www.npmjs.com/package/web-streams-polyfill)
106107

107108
```js
108109
import "react-native-get-random-values";
109110
import "react-native-url-polyfill/auto";
111+
import "web-streams-polyfill/dist/polyfill";
112+
110113
import { DynamoDB } from "@aws-sdk/client-dynamodb";
111114
```
112115

0 commit comments

Comments
 (0)