react-native-viewpager-carousel
react-native-viewpager-carousel copied to clipboard
renderTab not called when data props the same
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
Not fixed... sorry...