Skip to content

Commit

Permalink
AppleHeader: default image source is removed. Library's size is reduc…
Browse files Browse the repository at this point in the history
…ed now
  • Loading branch information
WrathChaos committed Nov 22, 2019
1 parent 21fdc8c commit 0bdbcb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/src/components/AppleHeader/AppleHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ AppleHeader.defaultProps = {
backgroundColor: "transparent",
dateTitle: "MONDAY, 27 NOVEMBER",
containerStyle: styles.container,
largeTitleStyle: styles.largeTitleStyle,
imageSource: require("./inside-assets/joshua-rawson-harris.png")
largeTitleStyle: styles.largeTitleStyle
};

export default AppleHeader;
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freakycoder/react-native-header-view",
"version": "0.4.12",
"version": "0.4.13",
"description": "Fully customizable Header View for React Native.",
"keywords": [
"apple",
Expand Down

0 comments on commit 0bdbcb2

Please sign in to comment.