From d3421bb5a4c5610061f7711c30fc979cefc110f8 Mon Sep 17 00:00:00 2001 From: Derek Blank Date: Tue, 9 Jan 2024 15:07:14 +1000 Subject: [PATCH] Apply previous patch changes from c5f4583d9c2554c5b8c3b93a0992c45d281416d8 --- patches/react-native+0.71.11.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/patches/react-native+0.71.11.patch b/patches/react-native+0.71.11.patch index ebb59f59fd3e8..07839c8b3cc50 100644 --- a/patches/react-native+0.71.11.patch +++ b/patches/react-native+0.71.11.patch @@ -1,3 +1,15 @@ +diff --git a/node_modules/react-native/Libraries/Components/TextInput/TextInput.js b/node_modules/react-native/Libraries/Components/TextInput/TextInput.js +index 0758df6..18c5687 100644 +--- a/node_modules/react-native/Libraries/Components/TextInput/TextInput.js ++++ b/node_modules/react-native/Libraries/Components/TextInput/TextInput.js +@@ -1410,7 +1410,6 @@ function InternalTextInput(props: Props): React.Node { + {...props} + {...eventHandlers} + accessible={accessible} +- accessibilityState={_accessibilityState} + submitBehavior={submitBehavior} + caretHidden={caretHidden} + dataDetectorTypes={props.dataDetectorTypes} diff --git a/node_modules/react-native/third-party-podspecs/boost.podspec b/node_modules/react-native/third-party-podspecs/boost.podspec index 3950fce..3ae78ba 100644 --- a/node_modules/react-native/third-party-podspecs/boost.podspec