在Android中使用react-native-keyboard-aware-scroll-view时发生偏移错误

使用react-native-keyboard-aware-scroll-view后无法执行任何事件。

我的模拟器出现偏移错误

<KeyboardAwareScrollView bounces = {false}
            style = {{marginBottom:"7%"}}
            scrollEnabled={true}
            keyboardShouldPersistTaps={'always'}
            stickyHeaderIndices = {[0]}
            enableonAndroid={true}
            enableAutomaticScroll={(Platform.OS === 'ios')}
            extraScrollHeight={this.state.extraScrollHeight}
          >

在Android中使用react-native-keyboard-aware-scroll-view时发生偏移错误

shaliang8 回答:在Android中使用react-native-keyboard-aware-scroll-view时发生偏移错误

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3166479.html

大家都在问