Skip to content

Commit bb69497

Browse files
Sankhadeep RoySankhadeep Roy
authored andcommitted
drawer fixed es6
1 parent c23518a commit bb69497

File tree

1 file changed

+2
-3
lines changed
  • Components/vendor/react-native-drawer

1 file changed

+2
-3
lines changed

Components/vendor/react-native-drawer/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
import React from 'react';
1+
import React, {Component} from 'react';
22
import {
33
PanResponder,
44
View,
55
StyleSheet,
66
Dimensions,
7-
PropTypes,
8-
Component
7+
PropTypes
98
} from 'react-native'
109
import tween from './tweener'
1110

0 commit comments

Comments
 (0)