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

On Android devices, returning from another page results in a white screen #607

Open
Zhouwenli opened this issue Jan 29, 2024 · 2 comments
Open

Comments

@Zhouwenli
Copy link

import { BlurView } from '@react-native-community/blur';

<BlurView
blurType="light"
blurAmount={
data.activityRefer && data.activityRefer.ads.length > 0 ? 15 : 80
}

会出现白屏的现象,从别的页面返回
@remijean
Copy link

Same problem with:

<View style={[StyleSheet.absoluteFill, {overflow: 'hidden'}]}>
  <BlurView
    style={StyleSheet.absoluteFill}
    blurType="light"
    blurAmount={40}
    reducedTransparencyFallbackColor="white"
  />
</View>

@remijean
Copy link

Ok I found tmp fix: #595 (comment)

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