Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrollview not working #1152

Open
puneetkansal04 opened this issue Jul 30, 2021 · 2 comments
Open

Scrollview not working #1152

puneetkansal04 opened this issue Jul 30, 2021 · 2 comments

Comments

@puneetkansal04
Copy link

puneetkansal04 commented Jul 30, 2021

renderTabBar={() => ( <ScrollableTabBar style={styles.scrollStyle} tabStyle={styles.tabStyle} /> )} tabBarTextStyle={styles.tabBarTextStyle} tabBarInactiveTextColor={'black'} tabBarActiveTextColor={'red'} tabBarUnderlineStyle={styles.underlineStyle} initialPage={2} > <View key={'1'} tabLabel={'firt tab '} style={{flex:1,backgroundColor:'red'}}/> <View key={'2'} tabLabel={'second tab'} style={{flex:1,backgroundColor:'blue'}}/> <View key={'3'} tabLabel={'third tab'} style={{flex:1,backgroundColor:'yellow'}}/> </ScrollableTabView>

I want to add scrollview in the component that is scrolled my full component and then show these three tabs and then it will show content according to tabs. Now tabs are scrolling according to content but not working in android. Please check and provide me a solution

@memoryseven
Copy link

this plugin is the center of the world

@fukemy
Copy link

fukemy commented Apr 28, 2022

same problem, cant swipe tab in android

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants