From 39b4081c5e66f45548db8c0820c37e9460d6c574 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 6 Feb 2024 14:45:41 -0800 Subject: Fix iOS composer text getting cut off (#2764) * patch react-native textinput * cleanup patchfile --- patches/react-native+0.73.2.patch.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 patches/react-native+0.73.2.patch.md (limited to 'patches/react-native+0.73.2.patch.md') diff --git a/patches/react-native+0.73.2.patch.md b/patches/react-native+0.73.2.patch.md new file mode 100644 index 000000000..3d3275163 --- /dev/null +++ b/patches/react-native+0.73.2.patch.md @@ -0,0 +1,5 @@ +# TextInput Patch + +Patching `RCTBaseTextShadowInput.mm` from https://github.com/facebook/react-native/pull/38359. This fixes some text +getting cut off inside the composer. This was merged in December, so we should be able to remove this patch when RN +ships the next release. -- cgit 1.4.1