Rename to @react-native-community/blur everywhere

This commit is contained in:
Nicolas Charpentier
2019-03-27 08:56:38 -04:00
parent fcdf9d7fbb
commit 2dca68fc99
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
View File
@@ -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) {