about summary refs log tree commit diff
path: root/patches/react-native+0.73.2.patch.md
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-02-06 14:45:41 -0800
committerGitHub <noreply@github.com>2024-02-06 14:45:41 -0800
commit39b4081c5e66f45548db8c0820c37e9460d6c574 (patch)
treefee637c4f92e422d38fb88c89b744ed66fd16afa /patches/react-native+0.73.2.patch.md
parent52f57b3aec04435a82f488e027bd8c1efe25c2bb (diff)
downloadvoidsky-39b4081c5e66f45548db8c0820c37e9460d6c574.tar.zst
Fix iOS composer text getting cut off (#2764)
* patch react-native textinput

* cleanup patchfile
Diffstat (limited to 'patches/react-native+0.73.2.patch.md')
-rw-r--r--patches/react-native+0.73.2.patch.md5
1 files changed, 5 insertions, 0 deletions
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.