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
Summary: 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: 80da87a03723af3dc4453fbd2f50eb9e084249d6
- Loading branch information