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: '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'
|
||||
},
|
||||
searchBoxView: {
|
||||
// borderBottomWidth: 1,
|
||||
// borderBottomColor:
|
||||
backgroundColor: '#eee',
|
||||
backgroundColor: '#eee'
|
||||
},
|
||||
searchBox: {
|
||||
backgroundColor: '#fff',
|
||||
|
|
|
@ -27,7 +27,6 @@ const styles = StyleSheet.create({
|
|||
},
|
||||
listItem: {
|
||||
lineHeight: 18,
|
||||
borderTopWidth: 2,
|
||||
color: '#666',
|
||||
padding: 14
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue