Jake Hasler
Jake Hasler
I've tried working off of both the aforementioned branches, and I'm still having an issue where It's not prompting me for permissions and I'm always getting `'denied'` returned from the...
Welp, that was it. I had the original permission but had neglected to add the new one. All is good. Thanks so much @mysport12.
@filipgerat Is this your patch from @xavax31 's fork? Or is that patch from rn-share-menu master branch? I'm currently trying to get the fork running.
@filipgerat Your patch is working great! Thank you so much. Been struggling with this for a long while.
Thanks @paulrostorp for putting this together, I've got this working in my project and it was the perfect solution for the presigned URL issue (https://github.com/DylanVann/react-native-fast-image/issues/602). For anyone else coming across...
Hey @msultanic, my PR fixes this, https://github.com/imnapo/react-native-cn-quill/pull/117. If you use a template string (backticks), then this will render properly in conjunction with my PR. ```js `What's happening today?\nStart typing...` ```