1

Hello everybody, can someone help me with this issue? i had try all the possible solutions with the same problem but i don't have the solution yet.

enter image description here

This is my package.json

enter image description here

jaimeduque17
  • 129
  • 1
  • 10

3 Answers3

1

This answer helped me.
Invariant Violation: requireNativeComponent: "RNCSafeAreaProvider" was not found in the UIManager

Try to install react-native-safe-area-view.
$ yarn add react-native-safe-area-view
And re-install pods.
$ npx pod-install ios
Then, start react-native.

hiraly
  • 11
  • 2
0

you can try to run this in your app folder:

$ cd ios && pod install
David Buck
  • 3,752
  • 35
  • 31
  • 35
0

Try to use previous or different version of react-native-safe-area-context. it worked for me by downgrade to one minor version.