react-native-scrollable-tab-view icon indicating copy to clipboard operation
react-native-scrollable-tab-view copied to clipboard

Flicker problem on Android

Open recepkocur opened this issue 6 years ago • 10 comments

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

recepkocur avatar Oct 31 '18 09:10 recepkocur

Please fork and prepare the example for this if I should take a look at this.

ptomasroos avatar Oct 31 '18 12:10 ptomasroos

Please fork and prepare the example for this if I should take a look at this.

https://snack.expo.io/@recepkocur/scrollabletabview

recepkocur avatar Oct 31 '18 13:10 recepkocur

Thank you! I will take a look at this, this week.

ptomasroos avatar Oct 31 '18 14:10 ptomasroos

Same problem, any solution?

caigehui avatar Dec 11 '18 08:12 caigehui

Me too,so any solution?

Dean-Qian avatar Jan 18 '19 03:01 Dean-Qian

i met the same issue, has this been solved?

carlz812 avatar Jan 23 '19 06:01 carlz812

I have the same issue on Android S9. Any solution? Thanks

aamirnbs avatar Jul 31 '19 17:07 aamirnbs

no solution? I met too...

enkechan avatar Dec 13 '19 15:12 enkechan

Me too Is there any clue?

caojianfeng avatar Mar 02 '21 03:03 caojianfeng

I am also same issue.

saurabh874 avatar May 07 '21 12:05 saurabh874