You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeColorScheme='dark'|'light'|'ComapeoBlue';typeVariant='contained'|'outlined'|'text';typeSize='medium'|'large';typeButtonProps={// check if it is a MessageDescriptor. If it is a message descriptor translate it using [formatMessage](https://formatjs.io/docs/react-intl/api#formatmessage)children: React.ReactNode|MessageDescriptor//https://formatjs.io/docs/react-intl/components#message-descriptorcolor?: ColorScheme;disabled?: boolean;onPress: ()=>void;size?: Size;testID?: string;variant?: Variant;}
The text was updated successfully, but these errors were encountered:
Create Button following CoMapeo Mobile's design. Button should use Material UI's Button.
Images from CoMapeo
To Do:
Props
The text was updated successfully, but these errors were encountered: