stream-chat-react-native
stream-chat-react-native copied to clipboard
💬 React-Native Chat SDK ➜ Stream Chat. Includes a tutorial on building your own chat app experience using React-Native, React-Navigation and Stream
**Describe the bug** Clipboard is extracted from the package `react-native` and is introduced as a separate package under `@react-native-clipboard/clipboard`. You will get the warning often when you use the previous...
**Motivation** These dependencies aren't necessarily providing value to all apps using the SDK. If we make them optional, users can make the choice as to whether they want to include...
- 3 customers using RTL support (numeric) - Customers understand how to use and configure the functionality, Less than 5 support tickets in the first period (numeric) - LTR customers...
- Sufficient code coverage in SDK by reaching 80% or higher (numeric) - Make 4 mandatory dependencies, optional for our customers (numeric) - Performance and other regression can be spotted...
- Browse through channels offline (boolean) - 75% Faster boot time for offline enabled support (numeric). - Sending messages offline (boolean)
**Motivation** The motivation is to allow users and our internal developer team to use the Flipper plugin using which they can debug the application made using Stream Chat SDK. Users...
**Describe the bug** We have a design where the text color of the `AutoCompleteInput` has to be different when the input is focused or not. The issue is that the...
The order in the GallerGallery is incorrect Example: Upload 4 images. On the message list, the 4 images appear. First bug: If we click on image number 2 then it...
**Describe the bug** When you attach a file and images in same message, layout of gallery seems broken a bit. | Two Image | Single Images | | - |...
_Originally posted by @andreibarabas in https://github.com/GetStream/stream-chat-react-native/discussions/1611#discussioncomment-3332924_ We've spent a lot of time polishing the initial app load, and we continuously find situations like this ...