We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
The text was updated successfully, but these errors were encountered:
@slorber @alvaromb @lbarry-apsl
Sorry, something went wrong.
I don't maintain this package anymore
Sorry, but I can't help you. I have never used this library
So no one maintains this package anymore 😢 ?
Nop #585 (comment)
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: