NoChatsScreen

The NoChatsScreen component is rendered in the inbox if all of the following conditions apply:

  • The current user has no conversations, and
  • selectedConversation is set to undefined (either by passing undefined when creating the inbox, or by calling inbox.select(undefined))

This component receives no props, and has no available system components other than the globally available components.