We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba0202 commit e096d6bCopy full SHA for e096d6b
src/Button.tsx
@@ -16,7 +16,7 @@ import PropTypes from "prop-types";
16
const COLOR = Platform.OS === "ios" ? "#007ff9" : "#169689";
17
18
export interface DialogButtonProps extends TextProps {
19
- label?: ReactNode;
+ label: ReactNode;
20
color?: ColorValue;
21
bold?: boolean;
22
disabled?: boolean;
0 commit comments