How to get overflow visible working on an image with flex on Android Expo SDK 38

I’m using React Native 0.62 with Expo SDK 38 which should support overflow visible as stated in the docs (Image Style Props · React Native). Nevertheless I can’t get this to work on Android. I know there were some issues to this topic, but they all seem to be closed and resolved on GitHub (ttps://github.com/facebook/react-native/issues/6802). Is this related to expo, or am I doing sth. wrong?

Here is a snap where you can see the different behaviors. It behaves like intended on iOS but it’s clipping on Android (and also on Web).

Here you can have a look at the code: groaning strawberries - Snack

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.