Kureev / react-native-blur

React Native Blur component
MIT License
3.74k stars 555 forks source link

Error using BlurView inside of TouchableWithoutFeedback tag #604

Open ThomasHinfact opened 6 months ago

ThomasHinfact commented 6 months ago

When using a BlurView element inside of a TouchableWithoutFeedback element, this error is throwed

Capture d’écran 2024-01-02 à 15 09 57

When I remove the TouchableWithoutFeedback element, and only use BlurView alone, everything seems to works fine.

The project is on iOS. React Native : 0.73.1 @react-native-community/blur : 4.3.2

angelzbg commented 4 months ago

Same here with 4.4.0. I haven't tried it but you may try with wrapping the BlurView in TouchableOpacity with activeOpacity={1} and see if it makes any difference.