Muhammad Ahmed Fahad

Results 11 issues of Muhammad Ahmed Fahad

Useful for use-cases like file-upload etc Q library implementation: ` /** * Attaches a listener that can respond to progress notifications from a * promise's originating deferred. This listener receives...

enhancement

#### Issue Description Changes in message list is not automatically triggering the message list to scroll down. (Basically scrollToBottom inside GiftedChat.js is not getting triggered on new messages) #### Steps...

This is to help with having a clean code with minimal dependancies (and probably fewer re-renders) For e.g. ```js const [user, setUser] = useMMKVObject("user"); let newName = "BLAHBLAH"; setUser((prevState) =>...

**Describe the bug** If value is a number, then it always defaults to the first item Issue started happening after upgrading peer dependancy: `@react-native-picker/picker` to version `2.6.1` **To Reproduce** change...

Email from Google Play console: > **Subject: CardinalComm SDK 60 Warning Template - Id Bridging** > Hi Developers at XX, > After a recent review, we found that your app...

While scrolling through images, wen we change the device orientation, the view resets to show the first image in the Gallery instance

e.g.) https://www.spacious.hk/zh-tw/blog/%e8%b2%b7%e6%a8%93%e8%80%83%e6%85%ae%e5%9f%ba%e6%ba%96%e5%8f%8a%e6%8c%89%e6%8f%ad%e5%95%8f%e8%88%87%e7%ad%94/ Android has correct behaviour whereas iOS complains saying it can only handle http/https schemas

Solution: Change android:screenOrientation="portrait" to android:screenOrientation="unspecified" To prevent error: java.lang.IllegalStateException: Only fullscreen opaque activities can request orientation when building with Target SDK 28+ https://stackoverflow.com/questions/48072438/java-lang-illegalstateexception-only-fullscreen-opaque-activities-can-request-o