@react-native-community/blur
Advanced tools
Comparing version
@@ -9,6 +9,7 @@ import * as React from "react"; | ||
| "dark" | ||
// tvOS and iOS 10+ only | ||
| "regular" | ||
| "prominent" | ||
// tvOS only | ||
| "extraDark" | ||
| "regular" | ||
| "prominent"; | ||
| "extraDark"; | ||
blurAmount?: number; // 0 - 100 | ||
@@ -15,0 +16,0 @@ style?: StyleProp<ViewStyle>; |
{ | ||
"name": "@react-native-community/blur", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "React Native Blur component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -73,3 +73,3 @@ # `@react-native-community/blur` | ||
```javascript | ||
import { BlurView, VibrancyView } from "react-native-blur"; | ||
import { BlurView, VibrancyView } from "@react-native-community/blur"; | ||
``` | ||
@@ -100,3 +100,3 @@ | ||
import { View, Image, Text, findNodeHandle, StyleSheet } from "react-native"; | ||
import { BlurView } from "react-native-blur"; | ||
import { BlurView } from "@react-native-community/blur"; | ||
@@ -164,3 +164,3 @@ export default class Menu extends Component { | ||
```javascript | ||
import { VibrancyView } from "react-native-blur"; | ||
import { VibrancyView } from "@react-native-community/blur"; | ||
@@ -167,0 +167,0 @@ export default class Menu extends Component { |
23020941
098
1.03%453
0.22%