From 8b2d9c65f5bca4e88ddcce84e0d2c4763e3a1b6b Mon Sep 17 00:00:00 2001 From: Manan Date: Mon, 1 May 2023 22:11:15 +0530 Subject: [PATCH 1/2] fix keyboard type --- src/pages/settings/Profile/Contacts/NewContactMethodPage.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/settings/Profile/Contacts/NewContactMethodPage.js b/src/pages/settings/Profile/Contacts/NewContactMethodPage.js index 0c59cb17ba4e..359b913f15c5 100644 --- a/src/pages/settings/Profile/Contacts/NewContactMethodPage.js +++ b/src/pages/settings/Profile/Contacts/NewContactMethodPage.js @@ -22,6 +22,7 @@ import ROUTES from '../../../../ROUTES'; import styles from '../../../../styles/styles'; import * as User from '../../../../libs/actions/User'; import * as LoginUtils from '../../../../libs/LoginUtils'; +import CONST from '../../../../CONST'; const propTypes = { /* Onyx Props */ @@ -106,6 +107,7 @@ function NewContactMethodPage(props) { Date: Tue, 2 May 2023 23:13:47 +0530 Subject: [PATCH 2/2] sync with main --- src/pages/settings/Profile/Contacts/NewContactMethodPage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/settings/Profile/Contacts/NewContactMethodPage.js b/src/pages/settings/Profile/Contacts/NewContactMethodPage.js index a3964615caf3..709111f4f290 100644 --- a/src/pages/settings/Profile/Contacts/NewContactMethodPage.js +++ b/src/pages/settings/Profile/Contacts/NewContactMethodPage.js @@ -106,6 +106,7 @@ function NewContactMethodPage(props) { loginInputRef.current = el} value={login} onChangeText={handleLoginChange}