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