Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix multiline TextInput crash when inserting/removing lots of text
It seems that the returned string that we use to set `previousText` can be mutated while it is waiting to be processed by RCTBridge.
- Loading branch information