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 5baa663 commit d67256eCopy full SHA for d67256e
README.md
@@ -77,6 +77,12 @@ to add and import following polyfills in your react-native application:
77
- [react-native-get-random-values](https://www.npmjs.com/package/react-native-get-random-values)
78
- [react-native-url-polyfill](https://www.npmjs.com/package/react-native-url-polyfill) <!-- Future support in #2138 --->
79
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
+
86
## New features
87
88
### Modularized packages
0 commit comments