-
Potentially linked upstream issues:
https://github.com/callstack/react-native-pager-view/issues/597
https://github.com/callstack/react-native-pager-view/issues/791
Reproduction steps from @wild…
-
When i try to render.a page view component in a side a bottom sheet, the page view is not rendered at all.
https://github.com/callstack/react-native-pager-view
```
…
-
## Ask your Question
Hi, Thank you so much for the great lib!
I have a hard time rendering a PagerView as an item of a FlatList. PagerView just won't show.
It is working when I replace FlatList…
-
**Feature描述**
怎么拿到底部listContainerView滑动结束的回调呀
**参考效果**
我初始化了pagerView 然后自定义的 CategoryView
不能从pagerView的代理方法中获取么? 只能通过 kvo
[self.contentScrollView addObserver:self forKeyPath:@"contentOffset" o…
-
## Ask your Question
Hey guys, how are you? I was using a modal an inside it I'm trying to use a ``PagerView`` but I can't dismiss the modal anymore. Any idea on it?
Please and thank you :)
-
```
export default function MyViewPager({ pagerItems }) {
return (
{pagerItems.map((item, index) => (
))}
);
…
-
这个pagerview控件不能和NavigationTabBar控件搭配使用啊
-
When I put a video component in one of the views and then switching the tab causes the video to replay and I don't expect that behavior to happen if ios continues to play and android doesn't
`import …
-
Hello,
I want a flatlist with header with pagerview but I got this error:
`[Encountered an error while measuring a list's offset from its containing VirtualizedList](https://stackoverflow.com/qu…
-
## Environment
"react-native": "0.71.6",
"react-native-pager-view": "6.1.2",
## Description
okay, so I have two PagerViews that are rendered conditionally, the pagerview is w…