I have a problem after updating from expo version 42 to version 44. On some pages I use an ImageSlider which worked before the update. After the update the gesture does not work on Android (IOS works), when I swipe left the page closes. Currently in the navigator (stack navigator) the option gestureEnabled = true.
If I set the option gestureEnabled = false, the image slider works normally (this option was also true before the update).
Does anyone have any idea what this could be due to?
Many greetings