Package Exports
- react-native-progressive-blur
- react-native-progressive-blur/package.json
Readme
react-native-progressive-blur
Graident blur for ios only
Installation
npm install react-native-progressive-blurUsage
import { ProgressiveBlurView } from "react-native-progressive-blur";
// ...
<ProgressiveBlurView color="tomato" />Contributing
License
MIT
Made with create-react-native-library