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.
This is my package.json
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.
This is my package.json
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.
Try to use previous or different version of react-native-safe-area-context
.
it worked for me by downgrade to one minor version.