Skip to content

Commit

Permalink
docs: mention addition of web-streams-polyfill for react-native (#6302)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jul 24, 2024
1 parent 62a1aa5 commit 456a5fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,13 @@ to add and import following polyfills in your react-native application:

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

```js
import "react-native-get-random-values";
import "react-native-url-polyfill/auto";
import "web-streams-polyfill/dist/polyfill";

import { DynamoDB } from "@aws-sdk/client-dynamodb";
```

Expand Down

0 comments on commit 456a5fe

Please sign in to comment.