From cd49e44d753ff1828d8e45d7ff7909bf7a1b612b Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 29 Apr 2024 00:34:25 -0700 Subject: [PATCH] oops working patch file --- patches/react-native+0.73.2.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/react-native+0.73.2.patch b/patches/react-native+0.73.2.patch index 4ad6e18060..7df57a64f6 100644 --- a/patches/react-native+0.73.2.patch +++ b/patches/react-native+0.73.2.patch @@ -1,7 +1,7 @@ diff --git a/node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputView.mm b/packages/react-native/Libraries/Text/TextInput/RCTBaseTextInputView.mm index b0d71dc..34cb289 100644 ---- a/node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputView.mm (revision bb2c13af5372856cf3f4222ad6543d4698919dbc) -+++ b/node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputView.mm (revision d71fb46b9477b646c203f161aa3787740e1bbcbd) +--- a/node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputView.mm ++++ b/node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputView.mm @@ -377,10 +377,6 @@ self.backedTextInputView.attributedText = [NSAttributedString new]; }