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

When `initialPage` changed, highlighted TabBar not changed.

Open Arnoldnuo opened this issue 3 years ago • 2 comments

Description

When initialPage changed, highlighted TabBar not changed.

Steps to Reproduce

  1. set initialPage to 0,
  2. use setState change initialPage to 1

Expected Behavior

  1. the second TabBar should be highlighted.

Actual Behavior

  1. scrollableTabView display the second page, but the first tabbar is still highlighted.

image

Arnoldnuo avatar May 11 '21 02:05 Arnoldnuo

Same problem here.

cristianolopessantos avatar Oct 16 '21 02:10 cristianolopessantos

Same problem here. This problem does not occur in iOS. It is occurring only on Android.

tochi avatar Oct 25 '21 08:10 tochi