Merge branch 'master' of github.com:rodrigok/Rocket.Chat.RN
This commit is contained in:
commit
fddb18fb9f
|
@ -8,6 +8,23 @@ const styles = StyleSheet.create({
|
|||
padding: 14,
|
||||
flexDirection: 'row',
|
||||
transform: [{ scaleY: -1 }]
|
||||
},
|
||||
avatar: {
|
||||
backgroundColor: '#ccc',
|
||||
width: 40,
|
||||
height: 40,
|
||||
marginRight: 10,
|
||||
borderRadius: 5
|
||||
},
|
||||
texts: {
|
||||
flex: 1
|
||||
},
|
||||
msg: {
|
||||
flex: 1
|
||||
},
|
||||
username: {
|
||||
fontWeight: 'bold',
|
||||
marginBottom: 5
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -8,23 +8,6 @@ import RocketChat, { loadMessagesForRoom, sendMessage } from '../lib/meteor';
|
|||
import Message from '../components/Message';
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
avatar: {
|
||||
backgroundColor: '#ccc',
|
||||
width: 40,
|
||||
height: 40,
|
||||
marginRight: 10,
|
||||
borderRadius: 5
|
||||
},
|
||||
username: {
|
||||
fontWeight: 'bold',
|
||||
marginBottom: 5
|
||||
},
|
||||
texts: {
|
||||
flex: 1
|
||||
},
|
||||
msg: {
|
||||
flex: 1
|
||||
},
|
||||
container: {
|
||||
flex: 1
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue