Rahim Rahman
Rahim Rahman
Platform: iOS Packages: "react": "15.4.2", "react-native": "0.42.0", "react-native-zss-rich-text-editor": "file:../", "react-native-keyboard-spacer": "^0.3.0" I ran the example app and noticing this issue:  Anybody else having the same problem and know how...
#### Summary On both iOS and Android devices, it has been observed that the Search text would hide behind the text input after performing a search. The issue is caused...
* tried to include everything into useMemo was an anti-pattern * moved back to useMemo + useEffect * previousNumber and animateToNumber comparison has some flaw when dealing with difference length...
#### Summary Update E2E iOS Detox Test to have the ability to run in a low-bandwidth environment using similar label on PR. A new label has been introduced called `E2E...
#### Summary It has been observed that when a user with high count of channel subscriptions will suffer from locked UI due to the app continuously fetching and writing into...
#### Summary Category Channels are being updated every time the app starts. This caused unnecessary strain on the device's resources. This PR adds a check to ensure that it only...
#### Summary There's a use of a className on a View which I'm unsure about. Thought I check with @Rajat-Dabade before removing the entire View as I don't think it...
#### Summary This PR updates expo-image from 2.0.7 to 2.1.6 which replaces the patching we were doing on expo-image to consume the latest of APNG4Android library for Android. The upgrade...
#### Summary Fix issue where when download-artifact fails then the whole test fails. It shouldn't and this PR will allow the test to continue. #### Ticket Link https://mattermost.atlassian.net/browse/MM-63199 Original PR:...
#### Summary #### Ticket Link #### Checklist - [ ] Added or updated unit tests (required for all new features) - [ ] Has UI changes - [ ] Includes...