-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ui-react-native] peer support for react-native ^0.76 #5973
Comments
Thank you for your feature request, we will consider this in our roadmap moving forward. |
This is not a feature request, it's a bug. You can't use amplify UI in react-native in the current version (0.76) without it. in fact, if you try to run the quickstart (https://docs.amplify.aws/react-native/start/quickstart/) it will fail because of this bug. You must have a reason for requiring explicit versions of react-native in this module, but the consequence is that you need to update this dependency whenever react-native bumps a version. |
@brtech99 we're keeping this labeled as a feature request for now, but wanted to follow up here and let you know that we've got this internally marked as a high priority item to be resolved in the short term. We'll follow up on this issue as soon as we have a fix out. |
I can't upgrade my packages and can't use new features just because of this bug and I think I'm not alone. Do you guys have any estimation as to when it will be done? |
I'm also stuck at upgrading react native due to this, I've never had this issue before with any library. Why are you even requiring explicit versions of react native? If you want to ensure compatibility then at least make sure to keep the library up to date and/or communicate this. 0.76 has been out for nearly two months now. |
@berg-dee, we appreciate the feedback will update this issue as soon as we can. |
I also am affected by this problem |
PR #6266 has been introduced to address this issue. Once we have that merged, we'll follow up here. |
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?
The text was updated successfully, but these errors were encountered: