Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop emitting deprecated onTextInput events #44479

Closed
wants to merge 1 commit into from

Commits on May 8, 2024

  1. Stop emitting deprecated onTextInput events

    Summary:
    TextInputs' onTextInput callback was removed way back in React Native 0.62 with facebook@3f7e0a2 , 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 authored and facebook-github-bot committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7dc249b View commit details
    Browse the repository at this point in the history