سلام دوستان من یه صفحه دارم که داخلش از react-native-scrollable-tab-view استفاده کردم ولی صفحه موقعی که بین دوتا تگ ScrollView هست اسکرول نمیشه
return(
<ScrollView
contentContainerStyle={{flex: 1}}
>
{this.renderHeader()}
<View style={styles.baner}/>
<View style={{flex: 1}}>
<ScrollableTabView
initialPage={2}
tabBarBackgroundColor={them.white}
tabBarActiveTextColor={them.black}
tabBarInactiveTextColor={them.borderColor}
tabBarUnderlineStyle={{backgroundColor:them.green}}
>
<MyRequest name='tab1' tabLabel='درخواستهای من' />
<Requests name='tab2' tabLabel='درخواستها' />
< Suggestion name='tab3' tabLabel='پیشنهادها' />
<Message name=' tab4' tabLabel='پیام ها' />
</ScrollableTabView>
</View>
</ScrollView>
کسی تا حالا با همچین مشکلی برخورد کرده؟
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟