Skip to content

Instantly share code, notes, and snippets.

@reime005
Last active November 16, 2021 14:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reime005/414acacc525add68b121d345dce27abe to your computer and use it in GitHub Desktop.
Save reime005/414acacc525add68b121d345dce27abe to your computer and use it in GitHub Desktop.
import { Animated, StyleSheet } from 'react-native';
import { BlurView } from '@react-native-community/blur';
<Animated.View
{...modalResponder.panHandlers}
style={StyleSheet.absoluteFillObject}>
<BlurView
style={StyleSheet.absoluteFillObject}
blurType="light"
blurAmount={5}
reducedTransparencyFallbackColor="white"
/>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment