Skip to content

Commit

Permalink
feat: new components added
Browse files Browse the repository at this point in the history
  • Loading branch information
Izet Molla authored and Izet Molla committed Aug 5, 2023
1 parent fe171cf commit 7518489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Icon/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface IconProps extends TextProps, PseudoComponentProps<IconProps> {
* See Icon Explorer app
* {@link https://expo.github.io/vector-icons/}
*/
name: string;
name?: string;
/**
* Color of the icon. Can be a string or OpaqueColorValue (returned from
* PlatformColor(..))
Expand Down

0 comments on commit 7518489

Please sign in to comment.