diff --git a/app/lib/realm.js b/app/lib/realm.js index af6e717d..62c90dac 100644 --- a/app/lib/realm.js +++ b/app/lib/realm.js @@ -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); }); diff --git a/app/views/roomsList.js b/app/views/roomsList.js index 5c873939..07af5214 100644 --- a/app/views/roomsList.js +++ b/app/views/roomsList.js @@ -44,9 +44,7 @@ const styles = StyleSheet.create({ color: 'white' }, searchBoxView: { - // borderBottomWidth: 1, - // borderBottomColor: - backgroundColor: '#eee', + backgroundColor: '#eee' }, searchBox: { backgroundColor: '#fff', diff --git a/app/views/serverList.js b/app/views/serverList.js index a149a6f4..cadbd75b 100644 --- a/app/views/serverList.js +++ b/app/views/serverList.js @@ -27,7 +27,6 @@ const styles = StyleSheet.create({ }, listItem: { lineHeight: 18, - borderTopWidth: 2, color: '#666', padding: 14 },