Pavel Ustenko

Results 11 comments of Pavel Ustenko

https://github.com/ds300/patch-package/issues/234

try to rewrite class to use fetchData prop instead of data prop.

See https://github.com/mauron85/react-native-background-geolocation/issues/532 and use fork link in comments

Hi! I was already desperate, but finally I've just solved the problem of second instance for my application. I changed android:launchMode to "singleInstance" for MainActivity also I set android:documentLaunchMode="never" for...

I'm facing the same issue. Moreover, in IOS simulator in share variants the app appears, but if you sharing something, you can not get that in main app as ReceiveSharingIntent.getReceivedFiles...

Finally I've managed to get it work on Simulator, but when I archived release app and push it to real device (iPhone) my app still invisible in share list. I...

Well finally I've got it work! If someone struggles as I had, please don't ignore the following recommendation in IOS configuration documentation ``` INFO Please Change Share Extension Target deployment...