how to make the blur effect with react-native?

前端 未结 8 2062
春和景丽
春和景丽 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条回答
  •  失恋的感觉
    2020-12-24 05:37

    Try using {ImageBackground} from 'react-native' and set blurRadius={number} like this:

    
        Blur background
    
    

    https://facebook.github.io/react-native/docs/images.html#background-image-via-nesting https://facebook.github.io/react-native/docs/image.html#blurradius

提交回复
热议问题