Miro Metsänheimo

Results 9 comments of Miro Metsänheimo

Stumbled upon the same issue. For the time being I went with a temporary solution: ``` onSwipeRightAction = (data) => { this.isRightSwipeActivated = data.isActivated; if (data.isActivated) { this.activatedKey = data.key;...

Deprecated doesn't necessarily mean not available. I made changes regarding this to my fork in this commit: https://github.com/muntius/react-native-fast-image/commit/fc2b8acd97f07989e312f5cbd61d2e541fda3611 This repo seems dead.

> > Deprecated doesn't necessarily mean not available. > > > > > > I made changes regarding this to my fork in this commit: [muntius@fc2b8ac](https://github.com/muntius/react-native-fast-image/commit/fc2b8acd97f07989e312f5cbd61d2e541fda3611) > > > >...

Hey! Thanks for the issue. That's called deep linking to the app and that's something I actually stumbled upon myself when clicking on a Nano link. I will add this...

Hi! I haven't orientated myself in any newer version of the API, so I cannot give you a good answer on this. If you do decide to try to use...

Hello! Sorry for the late response. Have you found a solution for your problems with the example yet? I haven't been working with PHP of Google Drive for years now...

Having the same issue. Value returned by this library and passed on to Apple as-is in the backend.

I decided to change my implementation because of this. Now I am sending the appAccountToken which contains an uuid of the purchase to Apple and verifying that the purchase is...

> This is also happening to me, has anyone gotten a solution? @numsu do you have any details on how you were able to get that information? 1. Generate an...