diff --git a/Libraries/Components/Switch/Switch.js b/Libraries/Components/Switch/Switch.js index 6622d44fa405f1..80fe6306d7228c 100644 --- a/Libraries/Components/Switch/Switch.js +++ b/Libraries/Components/Switch/Switch.js @@ -109,7 +109,7 @@ class Switch extends React.Component { _thumbColor = thumbTintColor; if (__DEV__) { console.warn( - 'Switch: `thumbTintColor` is deprecated, use `_thumbColor` instead.', + 'Switch: `thumbTintColor` is deprecated, use `thumbColor` instead.', ); } }