We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21fdc8c commit 0bdbcb2Copy full SHA for 0bdbcb2
lib/src/components/AppleHeader/AppleHeader.js
@@ -86,8 +86,7 @@ AppleHeader.defaultProps = {
86
backgroundColor: "transparent",
87
dateTitle: "MONDAY, 27 NOVEMBER",
88
containerStyle: styles.container,
89
- largeTitleStyle: styles.largeTitleStyle,
90
- imageSource: require("./inside-assets/joshua-rawson-harris.png")
+ largeTitleStyle: styles.largeTitleStyle
91
};
92
93
export default AppleHeader;
lib/src/components/AppleHeader/inside-assets/joshua-rawson-harris.png
-825 KB
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@freakycoder/react-native-header-view",
3
- "version": "0.4.12",
+ "version": "0.4.13",
4
"description": "Fully customizable Header View for React Native.",
5
"keywords": [
6
"apple",
0 commit comments