-
-
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
[BUG]: requireNativeComponent: "RCTVideo" was not found in the UIManager #3737
Comments
It seems the issue came up with this PR. |
Removing
Adding |
Are you using firebase? if you are using you would have this line use_frameworks! :linkage => :static in podFile, I saw somewhere where folk suggested to remove this, but no luck with me, can you confirm did you have this in podFile |
Thank you @freeboub for your suggestions , I did remove flipper configuration and remove use_frameworks! :linkage => :static then I can't able to build the app, it give me error undefined symbol facebook::jsi::HostObject, Let me share my podFile. |
@baddda do you correctly remove the lines from your podfile ? |
@ZakirBangash I will try to add firebase in the sample app. |
I also use Firebase and managed to solve the problem by adding this snippet in PODFILE to replace the minimum version for compilation. MIN_IOS_OVERRIDE = '13.0' existing codeplatform :ios, min_ios_version_supported |
@jeandiasl thank you bro it worked for me too 🙌 |
So this is not an library issue - library requires now iOS >= 13.0 (I think from RN 0.73 this is also required) so you need to bump this in your app |
THANK YOU!!!! This fixed it for us. Let's add this to documentation. |
I will add this to docs (in updating section) and maybe to README |
|
Which xcode version do you use ? |
14.2 |
@shahjahanpak You need to update your xcode ! |
I am facing this issue in android, not iOS |
Me too! |
Hey, this issue was coming because of mismatch of react-native-video version with react-native. In Expo, we cant update the required version ourselves, but in native build environment, I set the following versions and it started working smoothly. |
I am facing this issue in android my react native version is 0.73.5 and react-native-video version is 6.4.5 how can I solve this please help |
@hpanwar521 @prajwal0231 can you provide a sample reproducing the issue ? |
Facing the same issue on android |
This works, but when you run
To fix this warning update as follows: Existing Code
Updated Code
|
Version
React-native-video 6.0.0-rc.0
React Native 0.71.14
What platforms are you having the problem on?
IOS
Architecture
Old architecture
What happened?
When video component start mounting, we are getting this error, folks have suggested to remove this line use_frameworks! :linkage => :static , but we don't think it would be safe to remove, as we are using firebase , and firebase recommends through it's doc to have this line
Reproduction
Install 6.0.0-rc.0
Run IOS,
when video start mounting , we are getting this error
The text was updated successfully, but these errors were encountered: