react-native-scrollable-tab-view
react-native-scrollable-tab-view copied to clipboard
When `initialPage` changed, highlighted TabBar not changed.
- [x] I have searched existing issues
- [x] I am using the latest scrollable tab view version
Description
When initialPage
changed, highlighted TabBar not changed.
Steps to Reproduce
- set initialPage to 0,
- use setState change initialPage to 1
Expected Behavior
- the second TabBar should be highlighted.
Actual Behavior
- scrollableTabView display the second page, but the first tabbar is still highlighted.
Same problem here.
Same problem here. This problem does not occur in iOS. It is occurring only on Android.