Leonardo E. Dominguez
Leonardo E. Dominguez
First, thank you for this library @sindresorhus! It's really awesome. Also, one solution to this would be to add an option to the Recorder that tells it to ignore the...
I'm also having this same issue. It would be good if we didn't have to add this workaround and instead, react-native was supported out of the box, it is a...
Tried the solutions posted above but none worked for me. I'm also experiencing this issue when trying to build the app for android. Here are the logs I get: ```...
@dougwilson Thank for your work. I really appreciate it.
Same here. I'm having issues with the linking type when using NavigatorScreenParams.
> Just a FYI: This issue manifested itself in two ways for me. It's important to note that I'm using Expo and I believe Expo is currently limited to using...
Hey! I'm having this same issue, did you find a workaround?
I'm experiencing this same issue and manually patching the drawer with this change fixed it. Thanks @onmotion!
I'm having the same issue, I'm on version `0.69.9` and XCode `14.3`
FYI, if you just want to close the in-app browser after handling a deep link, you just need to do: ```typescript InAppBrowser.close() ``` In your `Linking.addEventListener` callback.