diff --git a/src/types.js b/src/types.js index 81847c04..98af06c3 100644 --- a/src/types.js +++ b/src/types.js @@ -178,9 +178,9 @@ export type IOSNativeProps = $ReadOnly<{| display?: IOSDisplay, /** - * Is this picker enabled? + * Is this picker disabled? */ - enabled?: boolean, + disabled?: boolean, |}>; export type ButtonType = {label?: string, textColor?: ColorValue};