-
-
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 #3534
Comments
are you able to reproduce the issue on a sample ? |
@genesy seems like we need to update docs 😅 Also I created clean [email protected] app and it's working fine |
I got it working by also adding |
Hey everyone I am facing same issue for ios, firebase suggest to have this line use_frameworks! :linkage => :static, i don't know how to figure it out, @genesy @freeboub @KrzysztofMoch could you help me out please on this |
I'm also having this issue starting with v6 rc.0 including the most recent rc.2. It does not happen with beta.8. @genesy Can you clarify how you added |
Nevermind, this was resolved in #3737 with the solution being to bump the min ios version to 13. |
Android +1 |
Android +1 for v6.4.2 |
Try downgrading to Worked for me and I'm on |
Version
v6 (Beta)
What platforms are you having the problem on?
No response
Architecture
Old architecture
What happened?
I get this when trying to mount a video component.
I followed the instructions on ios installation on the documentation. Build succeeds and I see it installs the module in the podfile.
react-native 0.69.7 not using new architecture.
I also had issues with
use_frameworks! :linkage => :static
with some modules so i had to exempt them.Reproduction
Step to reproduce this bug are:
The text was updated successfully, but these errors were encountered: