You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, my team got the same issue as above. The current solution is add overlayColor="transparent" into your component:
Here is an example: <BlurView style={$contentBlurOverlay} blurType="light" blurAmount={4} overlayColor="transparent" reducedTransparencyFallbackColor="white" />
This will solve an slightly white layer that cover your screen.
No description provided.
The text was updated successfully, but these errors were encountered: