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
Install react-native-blur:
npm install react-native-blur import BlurView from 'react-native-blur'; ... ...