From ead50d6b1180dbe9f8b49d646cc34f83aae41c74 Mon Sep 17 00:00:00 2001 From: shubhamguptadream11 Date: Mon, 8 Jul 2024 07:19:38 -0700 Subject: [PATCH] fix: added showSoftInputFocus handling for iOS new architecture (#45298) Summary: Fixes: https://github.com/facebook/react-native/issues/45297 In iOS New Architecture When we are passing `showSoftInputOnFocus` prop to TextInput as false it should prevent soft keyboard from showing. Here, the problem is in Fabric counterpart of TextInput, there we are not handling `showSoftInputOnFocus` props anywhere. ## Changelog: