Invariant Violation: requireNativeComponent: "RNCMaskedView" was not found in the UIManager.
See original GitHub issueUnhandled JS Exception: Invariant Violation: Invariant Violation: requireNativeComponent: "RNCMaskedView" was not found in the UIManager.
This error is located at:
in RNCMaskedView (at MaskedView.ios.js:73)
I keep getting this error when using the community version. But when I used the Deprecated MaskedViewIOS it works.
I’ve done react-native link @react-native-community/masked-view
successfully. So not sure what’s wrong
Versions:
- @react-native-community/masked-view: ^0.0.5
- react: 16.8.3
- react-native: 0.59.8
Issue Analytics
- State:
- Created 4 years ago
- Comments:12
Top Results From Across the Web
Invariant Violation: requireNativeComponent ... - GitHub
Unhandled JS Exception: Invariant Violation: Invariant Violation: requireNativeComponent: "RNCMaskedView" was not found in the UIManager.
Read more >React Native: Tried to register two views with the same name ...
I'm not planning to maintain @react-native-community/masked-view package, as the namespace has changed to @react-native-masked-view.
Read more >"rnsscreen" was not found in the uimanager. - Code Examples ...
Invariant Violation : requireNativeComponent: "RNSScreen" was not found in the UIManager. Comment. 1.
Read more >ERROR Invariant Violation: requireNativeComponent ...
Answers related to “ERROR Invariant Violation: requireNativeComponent: "RNCSafeAreaView" was not found in the UIManager.”.
Read more >RNCSafeAreaView was not found in the UIManager React ...
react-native-safe-area-context which handles Safe Area in both android and iOS. RNCSafeAreaView was not found in the UIManager React Native.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Delete Build, yarn add @react-native-community/masked-view, react-native link @react-native-community/masked-view, cd ios, pod install, restart the simulator
Your problem was that you didn’t rebuild and restart application after linked library. This issues is closed. Whats about warning - it is just warning and does not affect the operation of the module. This warning will fixed in next version.