1. 修改\react-native-scrollable-tab-view\ScrollableTabBar.js下:
150行、212行、217行,将
this.props.scrollValue._value修改为:
this.props.scrollValue.__getValue()
1. 修改\react-native-scrollable-tab-view\ScrollableTabBar.js下:
150行、212行、217行,将
this.props.scrollValue._value修改为:
this.props.scrollValue.__getValue()