mirror of
https://github.com/status-im/react-native-blur.git
synced 2026-08-31 02:51:16 +00:00
Rename to @react-native-community/blur everywhere
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
} from 'react-native';
|
||||
import SegmentedControlTab from 'react-native-segmented-control-tab';
|
||||
|
||||
import { BlurView } from 'react-native-blur';
|
||||
import { BlurView } from '@react-native-community/blur';
|
||||
|
||||
const BLUR_TYPES = ['xlight', 'light', 'dark'];
|
||||
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ import {
|
||||
View,
|
||||
} from 'react-native';
|
||||
|
||||
import { BlurView, VibrancyView } from 'react-native-blur';
|
||||
import { BlurView, VibrancyView } from '@react-native-community/blur';
|
||||
|
||||
export default class Basic extends Component {
|
||||
constructor(props) {
|
||||
|
||||
Reference in New Issue
Block a user