0.0.3 • Published 2 years ago

@dppo/react-native-blur-view v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-blur-view

A blur component for iOS,Android and Web(react-native-web)

ScreenShot

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

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago