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