We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86806ee commit 0977b75Copy full SHA for 0977b75
FXBlurView.js
@@ -1,9 +1,7 @@
1
-import { requireNativeComponent } from 'react-native';
2
-
3
'use strict'
4
-import React, {
5
- Component,
6
-} from 'react-native'
+import React, { Component } from 'react';
+import { View } from 'react-native';
+import { requireNativeComponent } from 'react-native';
7
8
class FXBlurView extends Component {
9
render() {
@@ -28,4 +26,4 @@ FXBlurView.propTypes = {
28
26
29
27
const FXBlurViewNative = requireNativeComponent('RCTFXBlurView', FXBlurView);
30
31
-module.exports = FXBlurView;
+export default FXBlurView;
0 commit comments