Skip to content

Commit 0bdbcb2

Browse files
committed
AppleHeader: default image source is removed. Library's size is reduced now
1 parent 21fdc8c commit 0bdbcb2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

lib/src/components/AppleHeader/AppleHeader.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ AppleHeader.defaultProps = {
8686
backgroundColor: "transparent",
8787
dateTitle: "MONDAY, 27 NOVEMBER",
8888
containerStyle: styles.container,
89-
largeTitleStyle: styles.largeTitleStyle,
90-
imageSource: require("./inside-assets/joshua-rawson-harris.png")
89+
largeTitleStyle: styles.largeTitleStyle
9190
};
9291

9392
export default AppleHeader;
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freakycoder/react-native-header-view",
3-
"version": "0.4.12",
3+
"version": "0.4.13",
44
"description": "Fully customizable Header View for React Native.",
55
"keywords": [
66
"apple",

0 commit comments

Comments
 (0)