Skip to content

Commit

Permalink
downgrade react-native-get-random-values from >=1.9.0 to >=1.8.0 (aws…
Browse files Browse the repository at this point in the history
…-amplify#13573)

The purpose of this change is to downgrade the
react-native-get-random-values peer dependency from >=1.9.0 to
>=1.8.0.Expo 50 utilizes 1.8.0 as a dependency and amplify-js dependency
of 1.9.0 produced installation friction when getting started via the
recommended workflow. Dropping the peer dep version will remove
installation friction while having no impact on current library
functionality.
  • Loading branch information
jjarvisp committed Jul 9, 2024
1 parent 0a07393 commit e3a10ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"peerDependencies": {
"react-native": ">=0.70",
"react-native-get-random-values": ">=1.9.0"
"react-native-get-random-values": ">=1.8.0"
},
"devDependencies": {
"@aws-amplify/rtn-push-notification": "1.2.29",
Expand Down

0 comments on commit e3a10ca

Please sign in to comment.