Fix ESLint

This commit is contained in:
Rodrigo Nascimento 2017-08-10 20:26:59 -03:00
parent 0541a13233
commit 328b7be226
3 changed files with 2 additions and 4 deletions

View File

@ -86,4 +86,5 @@ realm.write(() => {
// realm.create('servers', { id: 'https://demo.rocket.chat', current: false }, true); // realm.create('servers', { id: 'https://demo.rocket.chat', current: false }, true);
// realm.create('servers', { id: 'http://localhost:3000', current: false }, true); // realm.create('servers', { id: 'http://localhost:3000', current: false }, true);
// realm.create('servers', { id: 'http://10.0.2.2:3000', current: false }, true);
}); });

View File

@ -44,9 +44,7 @@ const styles = StyleSheet.create({
color: 'white' color: 'white'
}, },
searchBoxView: { searchBoxView: {
// borderBottomWidth: 1, backgroundColor: '#eee'
// borderBottomColor:
backgroundColor: '#eee',
}, },
searchBox: { searchBox: {
backgroundColor: '#fff', backgroundColor: '#fff',

View File

@ -27,7 +27,6 @@ const styles = StyleSheet.create({
}, },
listItem: { listItem: {
lineHeight: 18, lineHeight: 18,
borderTopWidth: 2,
color: '#666', color: '#666',
padding: 14 padding: 14
}, },