No ViewManager found for class RNCSafeAreaProvider
Description
`No ViewManager found for class RNCSafeAreaProvider
get (ViewManagerRegistry.java:88)
createShadowNode`
Steps to reproduce
Create new React Native project (react-native init MyApp --version 0.80.1)
Add/remove some packages (navigation, safe area context, etc.)
Run npx react-native run-android
App crashes with above error
Expected behavior App should run without throwing RNCSafeAreaProvider error.
Actual behavior App crashes immediately with red screen error (attached screenshot).
Screenshot
Environment
React Native: 0.80.1
React: 19.1.0
Android Device/Emulator: [fill device info]
Node: [fill version]
npm/yarn: [fill version]
OS: [Windows/Linux/Mac]
Additional context Looks like react-native-safe-area-context is either missing or not linked properly. Even after removing extra packages, app still crashes.
Steps to reproduce
npx @react-native-community/cli@latest init matrix --version 0.80.1
Snack or a link to a repository
https://github.com/react-native-community/cli
Safe Area Context version
5.2.0
React Native version
0.80.1
Platforms
Android
Architecture
None
Build type
None
Device
Android emulator
Device model
No response
Acknowledgements
Yes
any update on this?
The issue was fixed for me by installing react-native-safe-area-context and recompiling an App.