Skip to content

Commit d67256e

Browse files
committed
docs(readme): add example of react-native imports
1 parent 5baa663 commit d67256e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ to add and import following polyfills in your react-native application:
7777
- [react-native-get-random-values](https://www.npmjs.com/package/react-native-get-random-values)
7878
- [react-native-url-polyfill](https://www.npmjs.com/package/react-native-url-polyfill) <!-- Future support in #2138 --->
7979

80+
```js
81+
import "react-native-get-random-values";
82+
import "react-native-url-polyfill/auto";
83+
import { DynamoDB } from "@aws-sdk/client-dynamodb";
84+
```
85+
8086
## New features
8187

8288
### Modularized packages

0 commit comments

Comments
 (0)