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

Remove types for removed 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.

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

javache avatar May 08 '24 09:05 javache

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

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

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

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

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

facebook-github-bot avatar Jun 03 '24 09:06 facebook-github-bot

This pull request has been merged in facebook/react-native@910cde6134d5c1f6886764ab27c1102584532795.

facebook-github-bot avatar Jun 03 '24 12:06 facebook-github-bot

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?

github-actions[bot] avatar Jun 03 '24 12:06 github-actions[bot]