ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 416 forks source link

Tab cover the bottom of the listView #132

Closed Germinate closed 7 years ago

Germinate commented 7 years ago

Here is my issue. When the listView of the childView longer than one screen, and you scroll to the end, the tab cover the bottom. Any one can help me? screenshot_2017-03-03-09-43-26

zhenyu-dev commented 7 years ago

style you wrapper component with paddingBottom: [your item height]

ptomasroos commented 7 years ago

What @li-zhenyu proposed ^