mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove setMostRecentEventCount from TextInput view commands
Summary: Changelog: [Internal] We don't use view command `setMostRecentEventCount`, let's get rid of it. Reviewed By: JoshuaGross Differential Revision: D21016600 fbshipit-source-id: 6491c063e9d6a89252300cb47c010b248e473f4b
This commit is contained in:
@@ -544,12 +544,7 @@ type NativeType = HostComponent<NativeProps>;
|
||||
type NativeCommands = TextInputNativeCommands<NativeType>;
|
||||
|
||||
export const Commands: NativeCommands = codegenNativeCommands<NativeCommands>({
|
||||
supportedCommands: [
|
||||
'focus',
|
||||
'blur',
|
||||
'setMostRecentEventCount',
|
||||
'setTextAndSelection',
|
||||
],
|
||||
supportedCommands: ['focus', 'blur', 'setTextAndSelection'],
|
||||
});
|
||||
|
||||
let AndroidTextInputNativeComponent;
|
||||
|
||||
Reference in New Issue
Block a user