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 9cc462d commit 1977b20Copy full SHA for 1977b20
example/src/App.js
@@ -65,7 +65,7 @@ export default class SquareImageCropper extends React.Component<
65
async _fetchRandomPhoto() {
66
this.setState({
67
randomPhoto: {
68
- uri: `http://placeimg.com/${DEFAULT_IMAGE_WIDTH}/${DEFAULT_IMAGE_HEIGHT}/tech`,
+ uri: `http://placeimg.com/${DEFAULT_IMAGE_WIDTH}/${DEFAULT_IMAGE_HEIGHT}/tech?${new Date().getTime()}`,
69
height: DEFAULT_IMAGE_HEIGHT,
70
width: DEFAULT_IMAGE_WIDTH,
71
},
0 commit comments