developer-jw

Results 2 comments of developer-jw

create a custom header ``` const RoomHeader = styled.View(() => ({ position: 'absolute', width: '100%', height: 50, backgroundColor: 'gray', top: getStatusBarHeight(), })); ``` ``` onSend(messages)} user={{ _id: 1, }} bottomOffset={bottom...