Fix some lint.
This commit is contained in:
parent
f50ac9ea31
commit
ed656633bc
|
@ -20,6 +20,7 @@
|
|||
"jest": false,
|
||||
"Map": true,
|
||||
"module": false,
|
||||
"navigator": false,
|
||||
"process": false,
|
||||
"Promise": true,
|
||||
"requestAnimationFrame": true,
|
||||
|
|
|
@ -12,9 +12,8 @@
|
|||
|
||||
var React = require('react-native');
|
||||
var {
|
||||
ListView,
|
||||
ScrollView,
|
||||
ActivityIndicatorIOS,
|
||||
ListView,
|
||||
StyleSheet,
|
||||
Text,
|
||||
TextInput,
|
||||
|
|
|
@ -15,7 +15,6 @@ var {
|
|||
AppRegistry,
|
||||
ListView,
|
||||
PixelRatio,
|
||||
ScrollView,
|
||||
StyleSheet,
|
||||
Text,
|
||||
TextInput,
|
||||
|
|
Loading…
Reference in New Issue