Replies: 31 comments 37 replies
This comment has been hidden.
This comment has been hidden.
-
https://github.com/react-native-video/react-native-video |
Beta Was this translation helpful? Give feedback.
-
It would be nice to have some kind of SVG support, for example: |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
One more library to add: https://github.com/lottie-react-native/lottie-react-native. Migration has started for Android: lottie-react-native/lottie-react-native#910 |
Beta Was this translation helpful? Give feedback.
-
Any PDF library: https://github.com/rumax/react-native-PDFView or https://github.com/wonday/react-native-pdf |
Beta Was this translation helpful? Give feedback.
-
react-native-PDFView does not support it. react-native-pdf has an issue to support it, but no PR and no work so far. I think this is a request to migrate one of these two. |
Beta Was this translation helpful? Give feedback.
-
I have two more libraries that I'd like to track:
|
Beta Was this translation helpful? Give feedback.
-
pls include these library also |
Beta Was this translation helpful? Give feedback.
-
I think we should add this discussion URL into react native docs so everyone may check new arch-supported libraries status before their project upgradation |
Beta Was this translation helpful? Give feedback.
-
I've started working on turbomodule migration of |
Beta Was this translation helpful? Give feedback.
-
Hello, it would be nice to track |
Beta Was this translation helpful? Give feedback.
-
react-native-device-info (not started) react-native-permissions (not started) react-native-haptic-feedback (not started) react-native-pure-jwt (not started) react-native-masked-view (in progress) |
Beta Was this translation helpful? Give feedback.
-
👋 I recently added a Fabric/TurboModules support in react-native-avoid-softinput from v3.0.0 onwards |
Beta Was this translation helpful? Give feedback.
-
Support for Fabric has also been added to react-native-blur. See this PR. |
Beta Was this translation helpful? Give feedback.
-
Hey @cortinico, thanks for the awesome sum up. JFYI: RN Skia is in progress: Shopify/react-native-skia#937 |
Beta Was this translation helpful? Give feedback.
-
react-native-vision-camera and react-native-blurhash are written in Swift, and since Fabric Views use C++ code (.mm) it's probably gonna be a bit tricky to add Fabric support to my libs as of right now since Swift cannot interop with C++. To unblock me (and other Swift libs), I think it'd make sense to either
wdyt? |
Beta Was this translation helpful? Give feedback.
-
We are currently working on supporting our SDK for the new Arch Pendo |
Beta Was this translation helpful? Give feedback.
-
First https://www.npmjs.com/package/lottie-react-native/v/6.0.0-rc.1 Shoutout to @alfonsocj and @AlexanderEggers for helping us to get it out. |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
-
Hey @cortinico This lib support react native new architecture fabric https://github.com/pushpender-singh-ap/react-native-scanner |
Beta Was this translation helpful? Give feedback.
-
https://www.npmjs.com/package/react-native-blob-util is now fully supporting the new aritechture. Last known bug on iOS is fixed for now. |
Beta Was this translation helpful? Give feedback.
-
I would like to monitor live video streaming player like VLC. Here is one I found razorRun/react-native-vlc-media-player#149 |
Beta Was this translation helpful? Give feedback.
-
React Native Lottie v6 is now out and it supports the new architecture. Release: https://github.com/lottie-react-native/lottie-react-native/releases/tag/v6.0.0 |
Beta Was this translation helpful? Give feedback.
-
Hey @cortinico , |
Beta Was this translation helpful? Give feedback.
-
op-sqlite is compatible with old-arch and new-arch but not bridgeless. Should bridgeless get its own category now? op-sqlcipher does not support new-arch yet, but it will soon, only need to merge op-sqlite into it. |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hi folks! We're in the home stretch here! We're making a big push for New Architecture support with React Native 0.74. For updates and info on how to help: #167. Let's continue discussions there. |
Beta Was this translation helpful? Give feedback.
-
Hey! |
Beta Was this translation helpful? Give feedback.
-
Please refer to the new discussion: #167
Hi all,
It's crucial that 3rd party libraries and tools for React Native are supporting the New React Native Architecture, both Fabric and TurboModules.
Known Libraries Status
For Library Authors/Maintainers
If you're a library author/maintainer, feel free to open a discussion in this section to provide updates on the status of your library.
If you happen to have a Alpha/Beta/RC ready to share, feel free to do so. You can use this working group for getting visibility and early feedback.
Please open only one thread per library.
For Library User
If you're a library user, feel free to comment here if a library you're depending on it's not migrated yet.
This will help the library author/maintainer collect use cases and will help them prioritize the migration work.
Beta Was this translation helpful? Give feedback.
All reactions