diff --git a/src/pages/iou/MoneyRequestDescriptionPage.js b/src/pages/iou/MoneyRequestDescriptionPage.js index b03debb9bb86..09d5cf6fd1b9 100644 --- a/src/pages/iou/MoneyRequestDescriptionPage.js +++ b/src/pages/iou/MoneyRequestDescriptionPage.js @@ -57,7 +57,11 @@ class MoneyRequestDescriptionPage extends Component { render() { return ( - + this.descriptionInputRef && this.descriptionInputRef.focus()} + > this.descriptionInputRef = el} /> diff --git a/src/pages/settings/Profile/Contacts/NewContactMethodPage.js b/src/pages/settings/Profile/Contacts/NewContactMethodPage.js index 0c59cb17ba4e..494b76d4c702 100644 --- a/src/pages/settings/Profile/Contacts/NewContactMethodPage.js +++ b/src/pages/settings/Profile/Contacts/NewContactMethodPage.js @@ -85,7 +85,7 @@ function NewContactMethodPage(props) { return ( { + onEntryTransitionEnd={() => { if (!loginInputRef.current) { return; } @@ -105,7 +105,7 @@ function NewContactMethodPage(props) { loginInputRef.current = el} value={login} onChangeText={handleLoginChange} autoCapitalize="none"