"RCTSafeAreaView" was not found in the UIManager

how can i solve this error. I tried everything but it didn’t work

ResimLink - Resim Yükle

Sounds like something is wrong with a dependency related to React Navigation, likely react-native-safe-area-context. You could try running the Expo install steps again to ensure you have the corrections.

There’s a few other suggestions when you Google that error, but they all seem to be similar (e.g., check React Navigation deps).

1 Like

Thanks. Very interestingly, the error is due to this. Once it was fixed the problem went away. :slight_smile:

Error: marginTop={Platform.OS="android"?10:3}
That’s right: marginTop={Platform.OS=="android"?10:3}

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.