We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38ebba commit 2225742Copy full SHA for 2225742
lib/src/components/AppleHeader/AppleHeader.js
@@ -87,7 +87,7 @@ AppleHeader.defaultProps = {
87
dateTitle: "MONDAY, 27 NOVEMBER",
88
containerStyle: styles.container,
89
largeTitleStyle: styles.largeTitleStyle,
90
- imageSource: require("./assets/temp/joshua-rawson-harris-NdZtmw_jlMk-unsplash.jpg")
+ imageSource: require("./inside-assets/temp/joshua-rawson-harris-NdZtmw_jlMk-unsplash.jpg")
91
};
92
93
export default AppleHeader;
lib/src/components/AppleHeader/assets/joshua-rawson-harris-NdZtmw_jlMk-unsplash.jpg renamed to lib/src/components/AppleHeader/inside-assets/joshua-rawson-harris-NdZtmw_jlMk-unsplash.jpg
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@freakycoder/react-native-header-view",
3
- "version": "0.4.7",
+ "version": "0.4.8",
4
"description": "Fully customizable Header View for React Native.",
5
"keywords": [
6
"apple",
0 commit comments