From a2e30dcf986a0b365c644fa3ff6fd640dbd0aa4b Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Mon, 7 Aug 2023 08:25:55 -0700 Subject: [PATCH] Back out "Update Switch.d.ts" (#38812) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38812 Original commit changeset: 25b22a97a3c0 Original Phabricator Diff: D47800523 Changelog: [Internal] [Changed] - Back out "[react-native][PR] Update Switch.d.ts" Reviewed By: cipolleschi Differential Revision: D48111573 fbshipit-source-id: de86d95c8fb75d58feec6c751c0c49a9cfcf6af5 --- .../react-native/Libraries/Components/Switch/Switch.d.ts | 5 ----- 1 file changed, 5 deletions(-) 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 *