react-nativereact-native-scrollable-tab-view

react-native-scrollable-tab-view can't click icon and didn't show content


I copy the facebookBar Examle (FacebookExample.js and FacebookTabBar.js) into my project and I got the result like this

enter image description here

I can't click the icons and it did't show content. When I run the original project,it comes out correct like this

enter image description here

EDIT


Solution

  • finally find the answer from click issue of react-native-scrollable-tab-view.

    you should add style {flex: 1} in parent View

    enter image description here