Alireza Hadjar
Alireza Hadjar
Are there any updates? 🙂 I'm implementing multiple draggable backdropBlurs which require a single Image. and I want to attach the touch handler only to itself, not the whole parent....
I haven't tested it on 0.68. I upgraded from 0.66 to 0.69
I tested it on 0.68.3 and it was ok.
Just wanted to be sure that this bug only exists on 0.69 and above.
Please merge this, so we can use it with reanimated 3.
https://github.com/react-navigation/react-navigation/assets/57192409/454596a4-d10e-496f-b851-2082d86d8194 I haven't had any issues with v3.1.0 but apparently, v3.2.0 isn't compatible with drawer.
I'm facing the same issue. On the bright side, everything is normal in the release apk. By the way Cortinico I'm using Hermes.
I can confirm that it's not working with `0.75.2` with new arch enabled.
Side note: Setting `UIViewControllerBasedStatusBarAppearance` to `true` fixes the issue. But I'm not sure this is the correct way of fixing this since some libraries such as [react-native-bars](https://github.com/zoontek/react-native-bars) require setting `UIViewControllerBasedStatusBarAppearance`...