Mads Røskar

Results 8 issues of Mads Røskar

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...

Enhancement
Good First Issue

**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...

Enhancement
Feature Request

**Describe the bug** A video recorded on an iOS device (iPhone 13) renders correctly in the app after being uploaded, but when viewed on web (react) the video doesn't render....

Bug
Needs Triaging

The current implementation gets photos from [the camera roll](https://github.com/react-native-cameraroll/react-native-cameraroll#getphotos). We could also allow users to navigate their [albums](https://github.com/react-native-cameraroll/react-native-cameraroll#getalbums) and upload photos that way.

Enhancement

** Draft for now, gotta write docs tommake it ready ** ## 🎯 Goal ## 🛠 Implementation details ## 🎨 UI Changes iOS Before After Android Before After ## 🧪...

**Motivation** Currently, we group messages by sender, and optionally by a time interval defined by the user. However, some users have requirements that go outside of these two cases, and...

Feature Request

**Motivation** Currently, it's not clear in our documentation that users need to add configuration for permissions for file uploads on android. Specifically `` An alternative is to use `android:requestLegacyExternalStorage="true"` but...

Feature Request
Documentation

1. Send new messages to someone with @mentions 2. Soft (or hard) delete one of the messages 3. Call channel.watch() 4. Call channel.countUnreadMentions(); Result: Unread count decreases as expected, but...

bug
need api support