8.1.0-rc02 not rendering with react-native-safe-area-context
What happened?
For some reason this seems to be causing problems, it seems that the library is unable to measure the insets, is working fine with version 7.x
What was the expected behaviour?
As we wrap our component in SafeAreaView components are visible as the underlaying library is able to determine the insets.
Was it tested on latest react-native-navigation?
- [x] I have tested this issue on the latest react-native-navigation release and it still reproduces.
Help us reproduce this issue!
Perhaps install react-native-safe-area-context in the playground and wrap a screen with the provider and the component.
In what environment did this happen?
React Native Navigation version: 8.1.0-rc02 React Native version: 0.77.2 Has Fabric (React Native's new rendering system) enabled: YES Node version: 20.13.1 Device model: iPhone 14 simulator, iPhone 16 Pro Simulator, iPhone 16 Pro Real device iOS version: 18.4 and 18.5
Btw Android works fine
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe the issue is still relevant, please test on the latest version and report back. Thank you for your contributions.
@markdevocht could be related to the same issue as datepicker
At least for me, #8070 has solved this problem.
Please try with RNN 8.1.2 and close the ticket in case it works