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

时间:2019-11-04 13:17:31

标签: react-native keyboard

使用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}
          >

enter image description here

0 个答案:

没有答案