We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a1aa5 commit 456a5feCopy full SHA for 456a5fe
README.md
@@ -103,10 +103,13 @@ to add and import following polyfills in your react-native application:
103
104
- [react-native-get-random-values](https://www.npmjs.com/package/react-native-get-random-values)
105
- [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)
107
108
```js
109
import "react-native-get-random-values";
110
import "react-native-url-polyfill/auto";
111
+import "web-streams-polyfill/dist/polyfill";
112
+
113
import { DynamoDB } from "@aws-sdk/client-dynamodb";
114
```
115
0 commit comments