Skip to content

Hook to android keyboard events #71

New issue

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

Closed
wants to merge 6 commits into from

Conversation

nlively
Copy link
Contributor

@nlively nlively commented Oct 27, 2016

This is an update to PR #29 by @grsabreu.

This update resolves the merge conflicts between that PR and master.

@fakenickels
Copy link

Thank you @nlively! I'm going to close mine in favor on this one

@@ -107,6 +113,9 @@ const KeyboardAwareMixin = {
* @param extraHeight: takes an extra height in consideration.
*/
scrollToFocusedInput: function (reactNode: Object, extraHeight: number = this.props.extraHeight) {
// Android already does this
if(isAndroid()) return;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Android does not use this.props.extraHeight.

@alvaromb
Copy link
Collaborator

Closed in favor of #147

@alvaromb alvaromb closed this Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants