diff --git a/packages/react-native/Libraries/Components/Switch/Switch.d.ts b/packages/react-native/Libraries/Components/Switch/Switch.d.ts index a95e3ed71a4..64a735d6648 100644 --- a/packages/react-native/Libraries/Components/Switch/Switch.d.ts +++ b/packages/react-native/Libraries/Components/Switch/Switch.d.ts @@ -51,11 +51,6 @@ export interface SwitchProps extends SwitchPropsIOS { */ thumbColor?: ColorValue | undefined; - /** - * Color of the active foreground switch grip. - */ - activeThumbColor?: ColorValue | undefined; - /** * Custom colors for the switch track *