Takeru Chuganji

Results 13 issues of Takeru Chuganji

Currently on Android only, if no argument is passed to `play()` function, it uses the previous `start` and `end` frames. ```tsx const ref = useRef(); if (count % 2 ===...

stale

Ref: https://github.com/Carthage/Carthage/pull/2317 We save and restore `Carthage` directory on CI and run `bootstrap` every time. However, although in most cases it's not needed to build anything, it always checkouts every...

enhancement

Currently React Navigation checks if it can handle navigation action in following order as noted in `useOnAction`: 1. check if current router can handle 2. if not, check if parent...

first pull request

Currently PINAnimatedImageView's performance is bad and it blocks the main-thread a lot especially when it's used on CollectionViewCell / TableViewCell.

Threading issue. Just fixes crashing issue. I found couple of other threading issues. Will create another PR to address them.

This PR aims to fix an issue where `transitionEnd` styles are applied after new animation starts and accidentally overrides the latest motion values. When new animation starts while animating, `MotionValue`...