Skip to content

Commit

Permalink
refactor: rephrase prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Jan 8, 2024
1 parent 80edc1a commit f7d147c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/IconButton/IconButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ export type Props = $RemoveChildren<typeof TouchableRipple> & {
*/
theme?: ThemeProp;
/**
* @optional
* If true Activity Indicator will appear instead of icon
* Whether to show a loading indicator.
*/
loading?: boolean;
};
Expand Down

0 comments on commit f7d147c

Please sign in to comment.