-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
feat: support RN 0.75 #2218
feat: support RN 0.75 #2218
Conversation
Hi, when can we expect this to be merged. |
I'm not sure @raghav-reglobe. What is the reason why you need it? |
@WoLewicki, thanks for asking. I have migrated to react-native new architecture, but struggling with memory consumption, and animation performance(react-native-reanimated), Tried many things to optimize it. So I am hoping for performance boost with react@19 updates, which is available in RN75, but unable to compile it, because of the few removed deprecated methods are being used this lib. |
OK I get it. I think the best way forward for now is to use patch-package to get the needed changes in your project. |
Is there any plan to release the change of this PR as an rc/beta version for the community to test? |
We should release rc version in about 2 weeks. For now I suggest you do the thing mentioned in the 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.
Few remarks from looking at the code.
I'll test runtime in a bit
android/src/fabric/java/com/swmansion/rnscreens/FabricEnabledViewGroup.kt
Outdated
Show resolved
Hide resolved
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.
Builded Paper/Fabric + iOS/Android combinations, did some sanity checks, seems ok! Thanks a lot!
## Description <!-- Description and motivation for this PR. Include Fixes #<number> if this is fixing some issue. Fixes # . --> PR adding support for RN 0.75 in the library --------- Co-authored-by: Kacper Kafara <kacperkafara@gmail.com>
Description
PR adding support for RN 0.75 in the library