Damir Minnegalimov

Results 21 comments of Damir Minnegalimov

I got the same issue. The faster device the slower animation. In my case animation looks perfect on iPhone 6 with ``animationView.respectAnimationFrameRate = true``. Any other device (XR, iPad Pro,...

@tawhidkuet04 I use last one and Swift, sorry. It doesn't matter, because even my awful code above can't save us. Because current export depends on both device AND animation. It...

I guess we are first on this page. Can't find anything about it.

For now, I just need to run app, so I removed `skewed()` part of `makeTransform` method in `VectorsExtensions.swift:214` ```swift return CATransform3DMakeTranslation(position.x, position.y, 0) .rotated(rotation) // .skewed(skew: -skew, skewAxis: skewAxis) .scaled(scale...

Sorry, any update here, guys?

Just use this [fork](https://github.com/atopus/react-native-sortable-list). Change your package.json: `"react-native-sortable-list": "github:atopus/react-native-sortable-list",` From [pull request](https://github.com/gitim/react-native-sortable-list/pull/117)

Hi, thanks for the amazing fork. Is it possible to finish this? 2022, Android still can't play transparent videos without your code

I use `marginTop` in markerStyle in my project, it looks good