Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make TextInput.onContentSizeChange event direct (#41012)
Summary: Pull Request resolved: #41012 changelog: [iOS][Breaking] Make TextInput.onContentSizeChange a direct event TextInput.onContentSizeChange should be a direct event. It is a [direct event on Android](https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/NativeComponent/BaseViewConfig.android.js#L126C3-L126C23) and even on iOS there are traits that it was meant to be a direct event (https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Text/TextInput/RCTBaseTextInputShadowView.h#L19C47-L19C47) Seems like an oversight. Reviewed By: javache Differential Revision: D50323402 fbshipit-source-id: 3d1b1f1f0df010d61fbab672ef30e06cf2e2ad39
- Loading branch information