react-native-scrollable-tab-view
react-native-scrollable-tab-view copied to clipboard
Flicker problem on Android
flicker problem on android. iOS is no problem.
please see video
"react": "16.6.0-alpha.8af6728", "react-native": "0.57.4", "react-native-scrollable-tab-view": "^0.9.0",
import * as React from 'react';
import { View, StyleSheet, Dimensions, Text } from 'react-native';
import ScrollableTabView, { ScrollableTabBar, } from 'react-native-scrollable-tab-view';
export default class TabViewExample extends React.Component {
render() {
return <ScrollableTabView
style={{marginTop: 20, }}
initialPage={0}
tabBarTextStyle={{ fontFamily: 'arial', fontSize: 15, fontWeight: 'bold' }}
tabBarActiveTextColor='red'
tabBarInactiveTextColor='gray'
renderTabBar={() => <ScrollableTabBar />}
>
<Text tabLabel='Test #01'>Test #01</Text>
<Text tabLabel='Test #02'>Test #02</Text>
<Text tabLabel='Test #03'>Test #03</Text>
<Text tabLabel='Test #04'>Test #04</Text>
<Text tabLabel='Test #05'>Test #05</Text>
<Text tabLabel='Test #06'>Test #06</Text>
<Text tabLabel='Test #07'>Test #07</Text>
<Text tabLabel='Test #08'>Test #08</Text>
<Text tabLabel='Test #09'>Test #09</Text>
<Text tabLabel='Test #10'>Test #10</Text>
</ScrollableTabView>
}
}
Test: Samsung J9 Prime and General Mobile GM 5 Plus
Please fork and prepare the example for this if I should take a look at this.
Please fork and prepare the example for this if I should take a look at this.
https://snack.expo.io/@recepkocur/scrollabletabview
Thank you! I will take a look at this, this week.
Same problem, any solution?
Me too,so any solution?
i met the same issue, has this been solved?
I have the same issue on Android S9. Any solution? Thanks
no solution? I met too...
Me too Is there any clue?
I am also same issue.