Skip to content

Commit 0977b75

Browse files
committed
react-native 0.26 import react API from react
1 parent 86806ee commit 0977b75

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

FXBlurView.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
import { requireNativeComponent } from 'react-native';
2-
31
'use strict'
4-
import React, {
5-
Component,
6-
} from 'react-native'
2+
import React, { Component } from 'react';
3+
import { View } from 'react-native';
4+
import { requireNativeComponent } from 'react-native';
75

86
class FXBlurView extends Component {
97
render() {
@@ -28,4 +26,4 @@ FXBlurView.propTypes = {
2826

2927
const FXBlurViewNative = requireNativeComponent('RCTFXBlurView', FXBlurView);
3028

31-
module.exports = FXBlurView;
29+
export default FXBlurView;

0 commit comments

Comments
 (0)