We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import { BlurView } from '@react-native-community/blur';
<BlurView blurType="light" blurAmount={ data.activityRefer && data.activityRefer.ads.length > 0 ? 15 : 80 }
The text was updated successfully, but these errors were encountered:
Same problem with:
<View style={[StyleSheet.absoluteFill, {overflow: 'hidden'}]}> <BlurView style={StyleSheet.absoluteFill} blurType="light" blurAmount={40} reducedTransparencyFallbackColor="white" /> </View>
Sorry, something went wrong.
Ok I found tmp fix: #595 (comment)
No branches or pull requests
import { BlurView } from '@react-native-community/blur';
<BlurView
会出现白屏的现象,从别的页面返回blurType="light"
blurAmount={
data.activityRefer && data.activityRefer.ads.length > 0 ? 15 : 80
}
The text was updated successfully, but these errors were encountered: