There was an error while loading. Please reload this page.
I used "extraScrollHeight" props in project. In iOS, it's properly adding extra offset to the keyboard but in Android it's not adding offset.
<KeyboardAwareScrollView style={{flex: 1}} extraScrollHeight={100}> <View> { ......... } </View> </KeyboardAwareScrollView>