Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed Oct 14, 2023
1 parent e1444be commit 1162174
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![npm version](https://badge.fury.io/js/%40candlefinance%2Fblur-view.svg)](https://badge.fury.io/js/%40candlefinance%2Fblur-view)[![npm downloads](https://img.shields.io/npm/dm/%40candlefinance%2Fblur-view.svg)](https://npm.im/%40candlefinance%2Fblur-view)

# BlurView for React Native (iOS only)
# BlurView for React Native (iOS & Android)

BlurView for React Native. Supports variable intensity and tint color via [UIVisualEffectView](https://developer.apple.com/documentation/uikit/uivisualeffectview).

Expand Down Expand Up @@ -55,13 +55,13 @@ const animatedProps = useAnimatedProps(() => {

View the example app in the [example](./example/src/App.tsx) folder.

| Property | Type | Default | Description |
| ------------------ | -------- | --------- | ---------------------------------------- |
| `blurRadius` | `number` | 0 | The amount of blur to apply to the view. |
| `blurTintColor` | `string` | undefined | Apply a tint color to the blur |
| `blurEnabled` | `bool` | undefined | Hide blur |
| `colorTintOpacity` | `number` | undefined | Opacity of the color |
| `scale` | `number` | undefined | scale factor of blur |
| Property | Type | Default | Description |
| ------------------- | -------- | --------- | ---------------------------------------- |
| `blurRadius` | `number` | 0 | The amount of blur to apply to the view. |
| `blurTintColor` | `string` | undefined | Apply a tint color to the blur |
| `blurEnabled` (iOS) | `bool` | undefined | Hide blur |
| `colorTintOpacity` | `number` | undefined | Opacity of the color (iOS) |
| `scale` | `number` | undefined | scale factor of blur |

## Contributing

Expand Down

0 comments on commit 1162174

Please sign in to comment.