bamlab / react-native-image-header-scroll-view

ScrollView with an image in header which becomes a navbar
MIT License
990 stars 94 forks source link

how to Nest a TabView ? #50

Closed firashamila33 closed 6 years ago

firashamila33 commented 6 years ago

I am trying to use react-native-tab-view inside the ImageHeaderScrollView component but couldn't .. I can see that one of that components props is ScrollViewComponent of type ScrollView, But still couldn't do it ,

screen that I am working on 41195647_607836186285132_7756739532468256768_n

TabView to nest in ImageHeaderScrollView 41177727_733386980386783_7244506953764831232_n

firashamila33 commented 6 years ago

Solved , found out that it's a problem with react-native-tab-view , for anyone who have the same problem , follow this Closing