SimpleCreations

Results 26 comments of SimpleCreations

I switched to `react-scrollbars-custom`, works like a charm on macOS.

@WoLewicki thank you for the detailed response and the workaround! I was aware of the possibility to calculate the `minHeight` manually, but things get a lot more complicated because I...

I've noticed that removing the wrapper around `LazyPagerViewImpl` and exporting `LazyPagerViewImpl` instead restores the `useNativeDriver` functionality. https://github.com/callstack/react-native-pager-view/blob/next/src/LazyPagerView.tsx#L33 Is there any reason this wrapper was added? I could make a PR...

@alpha0010 then I believe declaring `LazyPagerViewImpl` as `PureComponent` should have the same effect without the need for a wrapper or manual memoization. Or is there something I'm missing?

I am having the same issue with `react-bootstrap` 2.1.2.