Skip to content

Commit

Permalink
Update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ngnclht1102 committed Sep 21, 2021
1 parent 89f931b commit 8f0b072
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified assets/error-placeholder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/error-placeholder@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/error-placeholder@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class RnCachedImage extends Component {
shouldCachedImage: false,
immutableCachedImage: true,
delay: 500,
maxAgeInHours: 168, // 7 days
maxAgeInHours: 72, // 3 days
preferredPixelRatio: PixelRatio.get()
};

Expand Down
4 changes: 2 additions & 2 deletions styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const styles = StyleSheet.create({
backgroundColor: '#e0e5e5'
},
errorImage: {
width: '30%',
height: '30%',
width: '40%',
height: '40%',
resizeMode: 'contain'
}
})
Expand Down

0 comments on commit 8f0b072

Please sign in to comment.