Kureev / react-native-blur

React Native Blur component
MIT License
3.74k stars 555 forks source link

BlurView not working. #519

Closed shellord closed 1 year ago

shellord commented 1 year ago

BlurView not working in either iOS or Android.

<BlurView blurType="light" blurAmount={50} style={{height: 50}}>
          <Text>BlurView</Text>
</BlurView>