Miro Metsänheimo

Results 3 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) > > > >...