dcoulter45
dcoulter45
Also looking for a solution to this issue. Having a ViewPager inside a ScrollView is tricky to use on Android. Fine on iOS though.
Also facing this issue. Xcode: 16.3 React Native Navigation version: 8.1.0 React Native version: 0.77.0 Steps to reproduce Just ran `npx @react-native-community/cli init AwesomeProject --version 0.77` and followed the manual...
Managed to fix this by switching back to an obj-c AppDelegate. Might work for some, but I've got other plugins like react-native-maps that break after switching back to obj-c.