Skip to content

Commit d06aeef

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

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • Components/vendor/react-native-drawer

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

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

0 commit comments

Comments
 (0)