Casey Gibson [AOAUS]
Casey Gibson [AOAUS]
@Yari152 your only way is to increase the allocated resources. It's by design that you need to have enough resources allocated to be able to do the transaction. If you...
This seems like it might be "fixed" by adding a lineHeight to increase the clickable area: ``` await WebBrowser.openBrowserAsync(url)} /> ```
I'm facing the same issue. On Android, `` inside a `` tag is pushed half way down the container, giving the impression that the image is missing the lower half.
There seems to be issues with placing Image components inside a Text component, which is what this plugin does. I found that you need to override it in 'renderNode' so...
Still no joy.
This is still an issue. **requestPermission** acts exactly like **checkPermission** for CAMERA and MANAGE_EXTERNAL_STORAGE permissions. Not working on Cordova 9.0.1. Fails with no errors or logs output.
@chrfalch I haven't got anything to contribute to the ticket, but I just wanted to share that v8 is used for the project I'm working on because of the performance...
> > is there a temporary workaround for managed workflow? @leotomas837 > > there is a duplicate ticket with a temporary solution [#16084 (comment)](https://github.com/expo/expo/issues/16084#issuecomment-1119733035) This doesn't resolve managed workflows. Managed...
@luisanton-io is there a reason this isn't part of the package? It seems like a reasonable utility that covers common use cases. I'm going to try implementing it myself as...
I haven't been able to figure out a solution yet mostly because I can't find a function that takes a callback and also subscribes. As in, `useRecoilCallback` is a once...