Use eslint, add travis-ci

This commit is contained in:
Horcrux
2016-05-04 17:54:30 +08:00
parent be8c273adf
commit cbce096b5c
41 changed files with 93 additions and 297 deletions

View File

@@ -10,7 +10,6 @@ import React, {
Text,
View,
ScrollView,
PixelRatio,
TouchableHighlight,
TouchableOpacity,
Animated,
@@ -181,7 +180,7 @@ class ArtSvgExample extends Component {
{icon}
<Text style={styles.title}>{name}</Text>
</View>
</TouchableHighlight>
</TouchableHighlight>;
});
};