Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error using BlurView inside of TouchableWithoutFeedback tag #604

Open
ThomasHinfact opened this issue Jan 2, 2024 · 1 comment
Open

Comments

@ThomasHinfact
Copy link

ThomasHinfact commented Jan 2, 2024

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
Copy link

angelzbg commented Mar 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants