0

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

Pan
  • 2,101
  • 3
  • 13
  • 17

1 Answers1

0

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

Pan
  • 2,101
  • 3
  • 13
  • 17