Steve Galili
Steve Galili
@santhoshvai `channel.countRead()` works for me now, but now `streamClient.user.total_unread_count`, `streamClient.user.total_unread_count`, and `streamClient.user.unread_channels` are all 0, while `channel.countRead()` returns the correct value _Originally posted by @MaxAst in https://github.com/GetStream/stream-chat-js/issues/1104#issuecomment-1484789789_
Add FlashList
Add Storybook to show case development in isolation
Add reanimated testing example
## Goal Develop and Release more confidently by adding PR checks: - [x] Linting - [x] Unit Testing - [x] Code Analysis - [ ] E2E Testing
Hi :wave: My name is Steve Galili, big fan of the library I've discovered lately after participating in a workshop given by Kent. I've added an extra navigation example that...
Hi there! I was struggling to find a solution to this problem, after digging enough i found this temp fix somebody made. I'd really like to add this temporarily until...
**Describe the bug** tapOn "text" not working when `accessibilityLabel` is available on iOS. After removing `accessibilityLabel` tapOn "text" works as expected **To Reproduce** Steps to reproduce the behavior, e.g.: 1....
### Summary As part of our [RNTL Cookbook serie](https://github.com/callstack/react-native-testing-library/issues/1624) I've composed 'Network Request' recipes for fetch & Axios ### Test plan #### Sanity check Cookbook app - Run the Cookbook...