how to make the blur effect with react-native?

前端 未结 8 2065
春和景丽
春和景丽 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:33

    Install react-native-blur:

    npm install react-native-blur
    
    import BlurView from 'react-native-blur';
    
    ...
    
    ...
    

提交回复
热议问题