mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 18:25:06 +00:00
e3e60983e6
Summary: This makes sure to call willFocus before new scenes get mounted. This fixes cases where the keyboard is dismissed on willfocus events which incorrectly happens *after* the autofocus in a new scene. The keyboard was opening and getting immediately closed @public Test Plan: Test keyboard autofocus in new nav scenes on iOS