Ryan McClure
Ryan McClure
When autolinking strings with angle brackets not belonging to html tags, the bracketed section is stripped out. For example, when passing in **http://gs.3g.cn/D/b3964/w** the output is **http://gs.3g.cn/D/b39664/w**. Is there any...
# Bug report - Reproduced on: - [x] iOS - [ ] Android ## Description If the user initiates an outbound call using `RNCallKeep.startCall` and then calls `RNCallKeep.endCall` before the...
If a user is currently on a call on Android and they receive a secondary inbound call, the secondary call is automatically declined as per the following line: ```java void...
Play is not working for me on any Android device I test with. Not getting errors or anything, just doesn't play. I debugged a bit and found that none of...
I'm experiencing an issue where I keep getting `children = undefined` in the parent's props when visiting a child route. I'm using found with found-relay and I need to be...
Is there any way to set the InlineEdit to `disabled` so that the user may no longer edit the field?