-
Notifications
You must be signed in to change notification settings - Fork 61
Restore New Architecture support with react-native >= 0.76 #155
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
Restore New Architecture support with react-native >= 0.76 #155
Conversation
|
|
Any plans to merge this PR? |
Naturalclar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
Hi @camilossantos2809 can you merge and release your PR? Thanks! |
Hi! I don't have access to merge and release :) |
|
Maybe @Naturalclar ?... |
Naturalclar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry for the late review, lgtm!
|
@Naturalclar Thank you very much for the review, can you please merge this PR if possible, I am also waiting for this PR to be merged 😄 |
802451a
into
react-native-progress-view:master
Fixes: #152, #154
This PR aims to restore Fabric support, enabling the library to build with React Native versions >= 0.76 when the New Architecture is enabled.
To facilitate testing, the
fabric-exampleapp has been upgraded to React Native 0.78.The only unresolved issue is the
progressImageprop, which I couldn’t get to work. Despite this, I believe these updates are still valuable, as developers can use the library with the New Architecture in most common scenarios.I hope this helps the community, and I’m open to further changes if needed.