Remove types for removed onTextInput events
Summary: TextInputs' onTextInput callback was removed way back in React Native 0.62 with https://github.com/facebook/react-native/commit/3f7e0a2c9601fc186f25bfd794cd0008ac3983ab , but remnants of the implementation exists.
Fully remove references on JS side now that no older clients are emitting this event
Changelog: [General][Removed] Remove viewconfigs for onTextInput callbacks
Reviewed By: cipolleschi
Differential Revision: D57092733
This pull request was exported from Phabricator. Differential Revision: D57092733
| Platform | Engine | Arch | Size (bytes) | Diff |
|---|---|---|---|---|
| android | hermes | arm64-v8a | 19,576,592 | -14 |
| android | hermes | armeabi-v7a | n/a | -- |
| android | hermes | x86 | n/a | -- |
| android | hermes | x86_64 | n/a | -- |
| android | jsc | arm64-v8a | 22,946,143 | -23 |
| android | jsc | armeabi-v7a | n/a | -- |
| android | jsc | x86 | n/a | -- |
| android | jsc | x86_64 | n/a | -- |
Base commit: 033a55f7fb5446776104975228c856d5148b4b04 Branch: main
This pull request was exported from Phabricator. Differential Revision: D57092733
This pull request has been merged in facebook/react-native@910cde6134d5c1f6886764ab27c1102584532795.
This pull request was successfully merged by @javache in 910cde6134d5c1f6886764ab27c1102584532795.
When will my fix make it into a release? | How to file a pick request?