1.1.3 • Published 2 years ago

react-native-realtimeblurview v1.1.3

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

react-native-blurview

android: api 21+
ios : 10.0+
web: backdrop

Example -> Demo

Getting started

$ npm install react-native-realtimeblurview --save
$ react-native link react-native-realtimeblurview

or

$ yarn add react-native-realtimeblurview

Usage

import {BlurView , BlurRootView } from 'react-native-realtimeblurview';

// TODO: What to do with the module?
//(Android) require a blurRootView ,improve perfmonace
//(Android) Blurview must be a child of rootview
<BlurRootView  
 name="myNode"
>

    <View style={{backgroundColor:'red'}}>
   

 
      <BlurView  
        blurNode="myNode" 

      >
          <OverlayView style={{backgroundColor:'myColor'}} />
      </BlurView>
      


</BlurRootView>

Overlay Colors

Namergba
dark0.110.73
light10.3
extraLight0.910.8

BlurView Props:

BlurView:
If your RootView has a lot of transparent set a backgroundColor (ios ignored)

Namedescriptiontypedefault
blurNodethe root viewStringundefined
radiusthe blur radius (android max 25)Number10
1.1.1

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

1.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago