react-native-safe-area-context icon indicating copy to clipboard operation
react-native-safe-area-context copied to clipboard

No ViewManager found for class RNCSafeAreaProvider

Open devlopermitesh opened this issue 4 months ago • 2 comments

Description

Image

`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

devlopermitesh avatar Sep 04 '25 16:09 devlopermitesh

any update on this?

jathnamas avatar Sep 29 '25 19:09 jathnamas

The issue was fixed for me by installing react-native-safe-area-context and recompiling an App.

xaiamov avatar Oct 21 '25 08:10 xaiamov