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 2ad8cb5 commit f6f4941Copy full SHA for f6f4941
example/App.js
@@ -11,6 +11,7 @@ class MyFirebaseImageView extends Component {
11
<ImageView
12
{...imageProps}
13
path='images/firebase_logo.png'
14
+ defaultSource={require('./assets/placeholder.png')}
15
timestamp={1000} //optional, can be used to specify last modified time for same storage path
16
resizeMode='cover' //'cover', 'contain', 'stretch'
17
/>
@@ -27,6 +28,7 @@ class MyFirebasePhotoView extends Component {
27
28
<PhotoView
29
30
31
32
33
34
example/assets/placeholder.png
6.03 KB
0 commit comments