diff --git a/packages/react-native/Libraries/Components/TextInput/RCTTextInputViewConfig.js b/packages/react-native/Libraries/Components/TextInput/RCTTextInputViewConfig.js index 88d3cc8fe75..f91026796ce 100644 --- a/packages/react-native/Libraries/Components/TextInput/RCTTextInputViewConfig.js +++ b/packages/react-native/Libraries/Components/TextInput/RCTTextInputViewConfig.js @@ -31,12 +31,6 @@ const RCTTextInputViewConfig = { captured: 'onChangeCapture', }, }, - topContentSizeChange: { - phasedRegistrationNames: { - captured: 'onContentSizeChangeCapture', - bubbled: 'onContentSizeChange', - }, - }, topEndEditing: { phasedRegistrationNames: { bubbled: 'onEndEditing', @@ -97,6 +91,9 @@ const RCTTextInputViewConfig = { topChangeSync: { registrationName: 'onChangeSync', }, + topContentSizeChange: { + registrationName: 'onContentSizeChange', + }, }, validAttributes: { fontSize: true,