Skip to content

Commit

Permalink
fix: remove unused prop from Appbar.Header (#1187)
Browse files Browse the repository at this point in the history
Closes #1186
  • Loading branch information
iyadthayyil authored and satya164 committed Jul 6, 2019
1 parent 4e57e64 commit f61393d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Appbar/AppbarHeader.tsx
Expand Up @@ -34,7 +34,6 @@ type Props = React.ComponentProps<typeof Appbar> & {
*/
theme: Theme;
style?: StyleProp<ViewStyle>;
__expo?: any;
};

/**
Expand Down

0 comments on commit f61393d

Please sign in to comment.