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