Violation: requireNativeComponent: "RNCSafeAreaView" was not found in the UIManager.
See original GitHub issueI believe I linked the lib correctly but it still doesn’t find RNCSafeAreaView. Using RN 0.59.x.
[error][tid:com.facebook.react.JavaScript] Invariant Violation: requireNativeComponent: "RNCSafeAreaView" was not found in the UIManager.
in RNCSafeAreaView (at src/index.tsx:19)



Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:27 (1 by maintainers)
Top Results From Across the Web
"RNCSafeAreaView" was not found in the UIManager
principal E/unknown:ReactNative: Invariant Violation: requireNativeComponent: "RNCSafeAreaView" was not found in the UIManager. This error is ...
Read more >RNCSafeAreaView was not found in the UIManager #6021
Invariant Violation: requireNativeComponent: "RNCSafeAreaView" was not found in the UIManager. This error is located at: in RNCSafeAreaView ...
Read more >How to fix “RNCSafeAreaProvider” was not found in ... - Medium
This error might come when you upgrade the version of `react-navigation` library, it's dependencies and linked modules. As mentioned in the react-navigation doc ......
Read more >RNCSafeAreaView was not found in the UIManager React ...
1. To solve this error first we have to install react-native-safe-area-context NPM plugin. So open your react native project Root director in ...
Read more >ERROR Invariant Violation: requireNativeComponent ...
Answers related to “ERROR Invariant Violation: requireNativeComponent: "RNCSafeAreaView" was not found in the UIManager.”.
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 Free
Top 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

Step to resolve
-Stop the current running Metro Bundler
-install pod for ios
-try re-run the application
Hope this will help !
I was able to fix it by adding these two missing files to the project:
Opened #6.