react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Stop emitting deprecated onTextInput events

Open javache opened this issue 1 year ago • 2 comments

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.

We first have to remove the event emitting in native code, and can land the full removal separately in D57092733, once there's no older client references remaining to this event.

Changelog: [General][Removed] Remove deprecated onTextInput callback

Reviewed By: cipolleschi

Differential Revision: D57092734

javache avatar May 08 '24 09:05 javache

This pull request was exported from Phabricator. Differential Revision: D57092734

facebook-github-bot avatar May 08 '24 09:05 facebook-github-bot

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 19,495,376 -3
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 22,867,579 +7
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: deee037c62a7d62a349d34db427b14d3560ddf83 Branch: main

analysis-bot avatar May 08 '24 10:05 analysis-bot

This pull request has been merged in facebook/react-native@34a50ae8ef559f309117d5b6abe0b68b2b349fa4.

facebook-github-bot avatar May 10 '24 10:05 facebook-github-bot

This pull request was successfully merged by @javache in 34a50ae8ef559f309117d5b6abe0b68b2b349fa4.

When will my fix make it into a release? | How to file a pick request?

github-actions[bot] avatar May 10 '24 10:05 github-actions[bot]