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 b1a45b9 commit 50cde53Copy full SHA for 50cde53
.changeset/many-feet-appear.md
@@ -0,0 +1,5 @@
1
+---
2
+"@aws-amplify/ui-react-native": minor
3
4
+
5
+chore(react-native): update allowed peerDep to >=0.70
packages/react-native/package.json
@@ -37,7 +37,7 @@
37
"peerDependencies": {
38
"aws-amplify": "^6.9.0",
39
"react": "*",
40
- "react-native": "^0.70 || ^0.71 || ^0.72 || ^0.73 || ^0.74 || ^0.75",
+ "react-native": ">=0.70",
41
"react-native-safe-area-context": "^4.2.5"
42
},
43
"files": [
0 commit comments