aws-amplify / amplify-ui

Amplify UI is a collection of accessible, themeable, performant React (and more!) components that can connect directly to the cloud.
https://ui.docs.amplify.aws
Apache License 2.0
913 stars 295 forks source link

[ui-react-native] peer support for react-native ^0.76 #5973

Open allxie opened 3 weeks ago

allxie commented 3 weeks ago

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:

Thank you!

We love contributors! Is this something you'd be interested in working on?

jacoblogan commented 3 weeks ago

Thank you for your feature request, we will consider this in our roadmap moving forward.