callstack / callstack/react-native-pager-view

nested ScrollView is not working inside PagerView

Aperta
#848 9 commenti 3 reazioni 1 assegnatario Rivendicata da @MrRefactor Vedi su GitHub
Lingua principale
TypeScript
Stelle
3.4k
Fork
476
Merge medio
10g 21h
PR unite (30g)
2

Descrizione

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)

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.