-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
While upgrading our app to Expo 53 + new arch, we've noticed some issues with version 0.8.1 this package (latest at this time).
On the iOS side we were seeing compilation failures due to changes from two upstream PRs:
- move
multilineandsubmitBehaviordown to BaseTextInputProps facebook/react-native#47205 - Share common (Base)TextInputState properties facebook/react-native#48133
Looking at the changes there, I was able to come up with this patch that made things compile again: https://gist.github.com/Ashoat/14a98badc16afc4ed297288a01a69f6e
On the Android side, I saw a runtime error when opening a PasteInput, which was fixed in #40. I was able to fix this by patching the same fix locally, but would be good if a release was published with the fix.
Metadata
Metadata
Assignees
Labels
No labels