-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Migration to Fabric #2650
Comments
I'm willing to take a look at this since I maintain the RN TV repo, and video is kind of important for TV :) |
It's on my list but the top priority is to get to zero pending PRs and less than 100 open issues. |
I can help you @hueniverse. Let me know if you need any help from me to migrate to new arch. |
@mk0116 thanks for the offer! Let's get v6 out first and when things are a bit more stable, we can move forward with it. |
Hey @mk0116 @hueniverse, any update on supporting the new architecture? |
@capezzbr unless someone shows up and does the work, I don't see it happening in the near future. So far no one has expressed interest in taking a lead on this. |
I'm waiting for v6 to roll out. It seems like v6 has a lot of changes with breaking changes. So that after rolling out v6, I guess that's a better timing we can aim to new arch migration. |
Hey there! @mk0116 is there any estimated date for the v6 to be released? |
I'm not a maintainer of this library @cipolleschi I just suggested to help them migrate to new arch and @hueniverse said rolling out v6 is the priority right now. |
I am using v6.0.0-alpha.4 but this is not support fabric. any way I can use in fabric |
@hari-mohan-choudhary Hello, did you dose any additional step for using |
@samjayhk I am getting the same error. |
@douglowder request you to please let me know if the new architecture support for tvos react native for react native video is done ? Referring to below.
|
New architecture is not yet considered as stable, and nobody open a PR to support it. So RNV doesn't support it yet. But I agree this is a must have in the future! |
@prashantchothani I have not yet picked up this work |
Working on fabric support: #3056 |
This comment has been minimized.
This comment has been minimized.
could you please take a look at this PR |
Edit - I was able to solve this issue by implementing the onDropViewInstance method in ReactExoplayerViewmanager file and clearing the view resources when the component unmounts |
Hey, any updates on fabric support on Android as it seems like it is still an issue.. |
could you please take a look at this #3122 |
Having this issue still with RN 0.72.6. Not able to use the library |
How long will it take before you get around to developing an update to support fabric? |
Hello there! Have you tried to run the Also, if you tried that path, and there are issues with |
@cipolleschi I'm using react-native version 0.73, is it ok? |
sure, even better. We improved the Interop Layers in 0.73! |
Nobody can provide an eta, It would be faster with more reviewers / contributors 😅 |
@theyanniss23002 have you registered your component in the
|
Thank you! I did it |
@cipolleschi i have been trying to use interop layer for react native video 6.0.0-alpha.1 and i follow How to use the interop layer section but still not working.
|
Use this config module.exports = {
project: {
android: {
unstable_reactLegacyComponentNames: ['Video'],
},
ios: {
unstable_reactLegacyComponentNames: ['Video'],
},
},
}; |
@theyanniss23002 now i'm getting this error and the app crashing right after it. |
I can't imagine why you are getting this error. contact the library creators |
@Mahmoud412 You need to update to 6.0.0-beta.5 (it includes fix for that) |
Feature Request
Hey all,
I'm wondering if someone is looking into migrating React Native Video to use Fabric (i.e. the React Native New Architecture). I'm opening this issue to understand what's the current status of this.
I saw that some of the work future work is planned here #2642 but nothing is mentioned related to Fabric. I'm wondering if it was intentionally excluded or not.
Why it is needed
Originally requested here reactwg/react-native-new-architecture#6 (comment)
Code sample
Not a real code sample, but https://github.com/react-native-community/RNNewArchitectureLibraries contains a sample of a library that is backward compatible with both the old and the new arch of React Native.
EDIT: typo
The text was updated successfully, but these errors were encountered: