Hagen Hübel

Results 46 comments of Hagen Hübel

Having same problem on iOS. I found out, that ShareViewController.swift will not get executed at all. I tried to add several Breakpoints in XCode and nearly every function and nothing...

I finally made it work after applying all these steps (only 2 of these hints where missing at my side): https://github.com/KasemJaffer/receive_sharing_intent/issues/82#issuecomment-686332264 However, wenn I share text from Safari this way...

For me the same happened after requiring Guzzle in a Sylius-Project and initiate an instance of Guzzle/Client. Strange thing.

The best solution is to migrate from broken TypeScript into plain Javascript, which can be done within 2 minutes. Just remove all these typescript modifiers and type specs, rename .tsx...

https://github.com/f111fei/react-native-unity-view/issues/142#issuecomment-557162700

Came across this having the same setup facing the same issue.

The "content://"-scheme is currently not supported. I suppose it is android related right? We definitely should add support for it.

I always use `downloadFile()` for dealing with binary data. It is doing an asynchronous GET-request to a specific URL and stores the response binary on device.

Maybe my issue is very similar. I provided also a reproducable github repository: https://github.com/NomicFoundation/hardhat/issues/3230

I just opened a PR for that: https://github.com/crazycodeboy/react-native-easy-toast/pull/10