how to make the blur effect with react-native?

前端 未结 8 2060
春和景丽
春和景丽 2020-12-24 05:03

how to make the blur effect with react-native ? like \'background-image\'

and i want to switch the effect \'blur\' and \'none\',\'none\' means no blur effe

8条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-24 05:32

    With recent React native version (0.57) you can use blurRadius, it works both iOS and Android http://facebook.github.io/react-native/docs/image#blurradius

提交回复
热议问题