Roadmap or expectations for Fabric support and V3. #3529
Replies: 3 comments 12 replies
-
Hi, also there is no follow-up on how to build from the source for reanimated v3. I have tested v3 using aar RN 70 (with RN init cra) seems to be working in debug mode, but for the release version of apk still have crash issue |
Beta Was this translation helpful? Give feedback.
-
The plan is that we will release 3.0.0 stable once we implement Layout Animations for Fabric. Apart from this, we are still working on profiling and optimizing algorithms related to animating layout props. Currently, Reanimated 3.0.0-rc.x supports Fabric on RN 0.69+. However, due to a number of breaking changes in recent releases of React Native, we are considering dropping support for RN <=0.70 once RN 0.71 rolls out with prefabs which may greatly simplify the build scripts for Android. Right now we have a number of giant chunks of code in for downloading native dependencies (boost, glog, folly, double-conversion), unpacking *.so files from *.aar etc. that we really wish to get rid of. Also, when releasing a new version of Reanimated, we need to test the package against a wide range of RN versions.
I think that this discussion might be such place 😄 |
Beta Was this translation helpful? Give feedback.
-
Does that mean that there is a world where Reanimated 3.0.0 stable will be released with support for RN >= 0.69, and then follow up versions will only be compatible with RN > 0.70 (once RN 0.71 is released), or that Reanimated 3.0.0 stable will only happen for RN 0.71? I am asking since RN 0.70 was just released and I was hoping that Reanimated 3.0.0 stable will be compatible with that 🙇 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thank you for your work on Reanimated. I couldn't find any roadmaps or set of expectations for when V3 will have a stable release with support for Fabric. What are the expectations around this? Is there a place we can track?
Thank you again.
Beta Was this translation helpful? Give feedback.
All reactions