callstack / callstack/react-native-pager-view

nested ScrollView is not working inside PagerView

Open
#848 9 comments 3 reactions 1 assignee Claimed by @MrRefactor View on GitHub
Dominant language
TypeScript
Stars
3.4k
Forks
476
Avg merge
10d 21h
Merged PRs (30d)
2

Description

Nested scrollView is not working when I try to show the products inside pagerView as a nested. If I give the height of the pagerView, like 3000, then it scrolls; otherwise, it does not scroll, but other Views become also 3000. How can I fix this issue?
```


{['Products', 'Info', 'Reviews'].map((title, index) => (
handleTabPress(index)}>

{title}


))}







Info


Reviews




```
![image](https://github.com/user-attachments/assets/f29e2b23-22de-4aea-bd14-7a69448b93a4)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.