On which framework/platform would you like to see this feature implemented?
React Native
Which UI component is this feature-request for?
Other
Please describe your feature-request in detail.
Currently the peer dependency for react native is described as follows in @aws-amplify/ui-react-native@2.2.16:
"react-native": "^0.70 || ^0.71 || ^0.72 || ^0.73 || ^0.74 || ^0.75",
This results in the following error when upgrading to react native .76:
npm error Found: react-native@0.76.0
npm error node_modules/react-native
npm error react-native@"0.76.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react-native@"^0.70 || ^0.71 || ^0.72 || ^0.73 || ^0.74 || ^0.75" from @aws-amplify/ui-react-native@2.2.16
npm error node_modules/@aws-amplify/ui-react-native
npm error @aws-amplify/ui-react-native@"^2.2.16" from the root project
Please describe a solution you'd like.
Would love one of the following:
would love support for react-native 0.76, or
update to the peer dependency in the package.json if it's already supported, or
some updates to documentation about it not being supported yet and why
Thank you!
We love contributors! Is this something you'd be interested in working on?
[ ] 👋 I may be able to implement this feature request.
[ ] ⚠️ This feature might incur a breaking change.
On which framework/platform would you like to see this feature implemented?
React Native
Which UI component is this feature-request for?
Other
Please describe your feature-request in detail.
Currently the peer dependency for react native is described as follows in
@aws-amplify/ui-react-native@2.2.16
:"react-native": "^0.70 || ^0.71 || ^0.72 || ^0.73 || ^0.74 || ^0.75",
This results in the following error when upgrading to react native .76:
Please describe a solution you'd like.
Would love one of the following:
0.76
, orThank you!
We love contributors! Is this something you'd be interested in working on?