Jakub Gonet

Results 49 comments of Jakub Gonet

#999 should make this possible now.

> Btw, what is the difference between onSwipeableWillOpen and onSwipeableOpen. I'd want to know it myself. We can check it in the code but that's not the point – having...

Update: We want to merge it but I need to test it on my local machine before that. I'm planning to do that in the next week.

Hi, sorry for the delay. I was unable to run rngallery project so I'm not able to check if your PR is working. Would you mind adding windows specific files...

I spent more time checking this and couldn't get it to work. Errors I'm getting in VS: 1. "One or more projects in the solution were not loaded correctly. Please...

If it's still relevant, could you provide some small repro?

Idea: Have you tried replacing default scrollView with `createAnimatedComponent(ScrollView)` via `renderScrollComponent`? Another suggestion is to use layout animations outside of renderer, that's the one thing your code does differently from...

FlatList is actually VirtualizedList that uses ScrollView under the hood, my idea is to replace this component with AnimatedScrollView. You can use `renderScrollComponent` prop in FlatList to control which component...

I tried reproducing it without success. Looks like we have some difference between platforms on triggering gesture handler callbacks when triggering `onTouch` but that's a separate issue. https://user-images.githubusercontent.com/12465392/129517380-62bde4e4-311f-428e-8262-d05cc4c4d937.mov ```jsx import...