-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RNCSafeAreaProvider breaking on run time on ios while upgrading to RN 0.72.17 #547
Comments
@profaddy did u find a solution ? |
Are you using new arch? |
@jacobp100 we are creating a react native tvos project following this repo https://github.com/react-native-tvos/react-native-tvos. |
Hello...Good morning...Any news on this? I am getting the same unimplemented component RNCSafeAreaProvider issue I have the following specs:
|
@antonioduran your issue sounds different As for the reported issue - I’m not sure why you’re getting undefined for any of the components. Are you sure they’re imported with the right names? A component being undefined is most likely a JS issue, so you don’t need to dig into native code |
While upgrading from rn-0.70.15 -> rn-0.72.17 getting below attached issue
Tried to update the react-native-safe-area-context to
3.3.2
,4.7.4
and also>=4.5.3 <4.8
as suggested by align-deps but nothing worked.package.json
The text was updated successfully, but these errors were encountered: