首页 > 解决方案 > 在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}
          >

在此处输入图像描述

标签: react-nativekeyboard

解决方案


推荐阅读