Skip to content

Commit 2225742

Browse files
committed
AppleHeader: Default image bug is fixed
1 parent e38ebba commit 2225742

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lib/src/components/AppleHeader/AppleHeader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ AppleHeader.defaultProps = {
8787
dateTitle: "MONDAY, 27 NOVEMBER",
8888
containerStyle: styles.container,
8989
largeTitleStyle: styles.largeTitleStyle,
90-
imageSource: require("./assets/temp/joshua-rawson-harris-NdZtmw_jlMk-unsplash.jpg")
90+
imageSource: require("./inside-assets/temp/joshua-rawson-harris-NdZtmw_jlMk-unsplash.jpg")
9191
};
9292

9393
export default AppleHeader;

package.json

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

0 commit comments

Comments
 (0)