I am trying to create Twitter like profile layout in React Native. Although many apps use this pattern. My current JSX setup is something like this.
- Header (profile)
- ViewPagerNav (custom)
- ViewPager
- Tab with ListView
- Tab with ListView
Problem is that only bottom part scrolls. I have seen this problem for many React Native apps. Is there a solution for this?
How should my render view look like to g full get page scrolling?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…