@dppo/react-native-blur-view
v0.0.3
Published
React Native Blur Component
Downloads
3
Readme
react-native-blur-view
A blur component for iOS,Android and Web(react-native-web)
ScreenShot
Installation
yarn add @dppo/react-native-blur-view
iOS
cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install && cd ..
Usage
import BlurView from '@dppo/react-native-blur-view';
// ...
<BlurView
style={{
width: 100,
height: 100,
borderRadius: 30,
overflow: 'hidden',
}}
type="light"
/>;
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library