Fix ESLint
This commit is contained in:
parent
0541a13233
commit
328b7be226
|
@ -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);
|
||||||
});
|
});
|
||||||
|
|
|
@ -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',
|
||||||
|
|
|
@ -27,7 +27,6 @@ const styles = StyleSheet.create({
|
||||||
},
|
},
|
||||||
listItem: {
|
listItem: {
|
||||||
lineHeight: 18,
|
lineHeight: 18,
|
||||||
borderTopWidth: 2,
|
|
||||||
color: '#666',
|
color: '#666',
|
||||||
padding: 14
|
padding: 14
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue