Skip to content

Commit 71bf59a

Browse files
cshfangjimblanc
andauthored
Update src/fragments/lib/react-native-polyfills.mdx
Co-authored-by: Jim Blanchard <[email protected]>
1 parent e31a051 commit 71bf59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fragments/lib/react-native-polyfills.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
npm install aws-amplify @react-native-community/netinfo @react-native-async-storage/async-storage react-native-get-random-values react-native-url-polyfill
55
```
66

7-
You need to add the crypto.getRandomValues and URL polyfill to your application's entry point file (in most React Native apps this will be the top level index.js).
7+
You need to add the crypto.getRandomValues and URL polyfills to your application's entry point file (in most React Native apps this will be the top level index.js).
88

99
```js
1010
// Example index.js

0 commit comments

Comments
 (0)