callstack / callstack/react-native-pager-view

nested ScrollView is not working inside PagerView

Abierto
#848 9 comentarios 3 reacciones 1 asignado Reclamado por @MrRefactor Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
3.4k
Forks
476
Merge medio
10 d 21 h
PR fusionados (30 d)
2

Descripción

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)

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.