Skip to content

Commit

Permalink
[RNMobile] Avoid navigation container dismissing the keyboard (#53270)
Browse files Browse the repository at this point in the history
* Avoid navigation container dismissing keyboard

* Move `keyboardHandlingEnabled` to screen options
  • Loading branch information
fluiddot committed Aug 2, 2023
1 parent 926087b commit d8c905a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -59,6 +59,7 @@ const options = {
headerShown: false,
gestureEnabled: false,
cardStyleInterpolator: fadeConfig,
keyboardHandlingEnabled: false,
};

const HEIGHT_ANIMATION_DURATION = 300;
Expand Down

1 comment on commit d8c905a

@github-actions
Copy link

Choose a reason for hiding this comment

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

Flaky tests detected in d8c905a.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5741759051
📝 Reported issues:

Please sign in to comment.