8000 GitHub - ramiro-uziel/blur-view: Blur view effect for React Native
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ramiro-uziel/blur-view

 
 

Repository files navigation

npm versionnpm downloads

VariableBlurView for React Native (iOS only)

Variable Blur View for React Native. Inspired by @jtrivedi and @aheze.

Preview

demo.mp4

Installation

yarn add @candlefinance/blur-view

Usage

Use the BlurViewView component to blur the content behind it.

import { BlurViewView } from '@candlefinance/blur-view';

<BlurViewView
  style={{
    width,
    height: 200,
    position: 'absolute',
  }}
/>;

Docs

View the example app in the example folder.

Property Type Default Description
maxBlurRadius number 20 The amount of blur to apply to the view.
gradientMask string see source The gradient mask to apply to the view in base64.

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

Blur view effect for React Native

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 64.9%
  • Ruby 11.6%
  • Objective-C 7.8%
  • TypeScript 6.3%
  • JavaScript 5.6%
  • Objective-C++ 3.5%
  • C 0.3%
0