meinto / react-native-viewpager-carousel

a flexible viewpager library with carousel functionality
MIT License
39 stars 17 forks source link

renderTab not called when data props the same #17

Open SteffenHummel opened 7 years ago

SteffenHummel commented 7 years ago

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

meinto commented 7 years ago

Not fixed... sorry...