pusher / build-a-slack-clone-with-react-and-pusher-chatkit

In this tutorial, you'll learn how to build a chat app with React, complete with typing indicators, online status, and more.
https://pusher.com/chatkit
235 stars 68 forks source link

whosOnlineListContainer fix width #6

Closed lukejacksonn closed 6 years ago

lukejacksonn commented 6 years ago
whosOnlineListContainer: {
+  width: '320px',
+  flex: 'none',
    padding: 20,
    backgroundColor: '#2c303b',
    color: 'white',
},
lukejacksonn commented 6 years ago

Fixed by https://github.com/bookercodes/build-a-chat-app-with-react-and-pusher-chatkit/pull/7