diff --git a/src/components/Button.js b/src/components/Button.js index 9fde2b7..6625fab 100644 --- a/src/components/Button.js +++ b/src/components/Button.js @@ -61,7 +61,8 @@ type Props = React.ElementConfig & {| */ onPress?: () => mixed, /** - * Style of button's inner content + * Style of button's inner content. + * Use this prop to apply custom height and width. */ contentStyle?: any, style?: any,