Skip to content
#

chat-application

Here are 3,190 public repositories matching this topic...

stream-chat-react-native
madsroskar
madsroskar commented Oct 20, 2021

This is a list of the TODOs we currently have in the codebase - adding them to this issue so we can keep track of them.

This was gathered with the following command:

grep -Rin TODO src | sed 's/^\(src\/.*\)\.\(.*\):\(.\{1,4\}\):.*\(TODO.*\):[[:space:]]\(.*\)/- [ ] [\5](https:\/\/github.com\/GetStream\/stream-chat-react-native\/tree\/develop\/package\/\1\.\2#L\3)/'
  • #1065
Enhancement Good First Issue
ChatLayout

ChatLayout is an alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation as well as all the tools available in UICollectionView. It supports dynamic cells and supplementary view sizes.

  • Updated Jan 20, 2022
  • Swift

Improve this page

Add a description, image, and links to the chat-application topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chat-application topic, visit your repo's landing page and select "manage topics."

Learn more