📢 react-native-video v7 Alpha is here! #4595
Replies: 1 comment 5 replies
-
Hello, Thanks so much for working on this—I’m really looking forward to the final product! I have a question about an issue I’m seeing, and I’m not sure whether it warrants a separate bug ticket, so I wanted to ask here first. I’m running React Native 0.77 with the new architecture (Fabric) enabled. I’m getting the following error in this file:
UIManager.getViewManagerConfig(ComponentName) is evaluating to be null.
My question is: Why is it relying on the interop layer? I also wasn’t able to get v6 working due to a similar problem with the interop layer not functioning correctly. Any insights or suggestions would be much appreciated! Thanks again for your help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
📢
react-native-video
v7 Alpha is here!Hey everyone!
We’ve just released the alpha version of
react-native-video
v7 - a complete rewrite powered by the new React Native architecture and Nitro Native Modules 💥This is the biggest leap forward for the library since the very beginning.
What’s new?
How to install
Make sure to have Nitro Modules installed:
Why we built this
Over the last years, we’ve been maintaining and improving react-native-video for the community. But with the new architecture now stable, we knew it was time to:
v7 is not just an update - it’s the foundation for the future of video in React Native
How does v7 perform?
We benchmarked
v7
against bothv6
andexpo-video
, averaging across iOS + Android and old + new architecturesPreloading support (new in v7)
react-native-video v7
is the first version to support preloading - drastically improving startup timeWhat’s missing?
v7 is still in its first alpha, which means a few things are not there yet - including:
That said, core playback already works well, but to reach stable, we need feedback to catch edge cases and time to implement the remaining features
Contributing & feedback
We’d love your help shaping the future of
react-native-video
Whether it’s testing the alpha, opening issues, fixing bugs, or submitting improvements - we’re fully open to contributions from the community.
🛠 The code for v7 lives on a separate branch: v7
→ Create an issue
→ Create a pull request
→ Chat with us on Discord
Every PR, even a small one, moves this forward. Let’s build it together. 💪
Planning to use v7 in production?
We also offer commercial support - covering everything from full-scale video player integration to priority help with missing props, custom features, or migration planning
If you’re considering using v7 in your app and want to move fast and safe - reach out to us at [email protected]
—
TWG team
Beta Was this translation helpful? Give feedback.
All reactions