Skip to content

Commit

Permalink
Hide the image upload button on native until it's implemented (#12409)
Browse files Browse the repository at this point in the history
  • Loading branch information
koke authored and gziolo committed Nov 30, 2018
1 parent 77dcd00 commit 05e5ea8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ function MediaPlaceholder( props ) {
Image
</Text>
<Text style={ styles.emptyStateDescription }>
Upload a new image or select a file from your library.
Select an image from your library.
</Text>
<View style={ styles.emptyStateButtonsContainer }>
<Button title="Upload" onPress={ props.onUploadPress } />
<Button title="Media Library" onPress={ props.onMediaLibraryPress } />
</View>
</View>
Expand Down

0 comments on commit 05e5ea8

Please sign in to comment.