react-native-viewpager-carousel icon indicating copy to clipboard operation
react-native-viewpager-carousel copied to clipboard

renderTab not called when data props the same

Open SteffenHummel opened this issue 8 years ago • 1 comments

renderTab callback not called when data props the same

example: data={this.props.dataSource}

quick fix : data={[...this.props.dataSource]}

expected behavior: renderTab should called when onPageChange callback is called

SteffenHummel avatar Sep 14 '17 08:09 SteffenHummel

Not fixed... sorry...

meinto avatar Oct 04 '17 07:10 meinto