From 8597727c28d9cb77012f3f4ebb032c335246d589 Mon Sep 17 00:00:00 2001 From: Mauricio Meirelles Date: Tue, 11 Jun 2024 09:21:29 -0700 Subject: [PATCH] Adjust InputAccessoryView width to match device width within Safe Area constraints (#43303) Summary: This PR updates the `InputAccessoryView` component to improve its width handling during device orientation changes for both Fabric and the old renderer. With this update, the component will always occupy the full width of the screen and adjust its size when the device orientation changes. It also updates the component to stick to the safe area in React Native instead of iOS native. This tweak opens up possibilities for better customizations down the line. Resolves: https://github.com/facebook/react-native/issues/27887 ## Changelog: [IOS] [FIXED] - Fix `InputAccessoryView` width on device orientation change