nishan (o^▽^o)

Results 52 comments of nishan (o^▽^o)

@ramiel1999 updating pager view to 5.4.24 fixes the issue in @mtflud repo. Also created the PR in original repro here. https://github.com/mtflud/react-native-tab-view-swipe-back-repro/pull/1 https://user-images.githubusercontent.com/23293248/173184580-d3d62194-a752-4b3a-b46d-d3feaaad5309.mov @mtflud can you please confirm? @ramiel1999 Are you...

@isekaimaou1109 this seems to be working for me [Try scrolling the list here](https://codesandbox.io/s/react-native-web-forked-qqqr3?file=/src/App.js). Also, sharing a reproducible demo would be helpful to debug it.

@necolas What should be the case for ``? Should this renderd as `` or ``. Got this as a failing test case while implementing the above change.

Thanks for the library @mateusz1913. It's working really well! I managed to reproduce this issue. It's happening with React navigation modal for me. There's a ScrollView and TextInput outside of...

@mateusz1913 Thanks for the quick fix! 🙏 Can confirm that it's working well.

@sahil-ahuja-1 weird, hard to guess from the stack trace. Will try to repro. Can you upgrade the pager-view to `6.1.2` and try the below patch and check if that fixes...

@efstathiosntonas are you also using `fullScreenGestureEnabled` from react-navigation? can you please share a minimal reproducible repo?

@efstathiosntonas thanks for the repo. I managed to repro the issue. Not sure why but the draggable library is overriding [onShouldBlockNativeResponder](https://github.com/SHISME/react-native-draggable-grid/blob/master/src/draggable-grid.tsx#L93) and returning false. If you remove the override (or...

> This might end up interacting with https://github.com/facebook/react-native/pull/43192 more broadly I think, since we need to after resolve transforms relative to view size. I think as long as we use...

@NickGerleman i got occupied with stuff at work 😅. @javache has commented in other PRs too. I am gonna wrap it up this week.