update example
This commit is contained in:
parent
ad96338ee0
commit
7b77985a44
|
@ -74,8 +74,8 @@ export default class AlbumsScreen extends Component {
|
|||
onTapImage={(result) => {
|
||||
this.imageTapped(result.nativeEvent.selected);
|
||||
}}
|
||||
supported={{
|
||||
supportedFileTypes: ['jpg', 'jpeg', 'png'],
|
||||
fileTypeSupport={{
|
||||
supportedFileTypes: ['public.jpeg', 'public.png'],
|
||||
unsupportedOverlayColor: "#00000055",
|
||||
unsupportedImage: require('./images/unsupportedImage.png'),
|
||||
unsupportedText: 'Unsupported',
|
||||
|
|
Loading…
Reference in New Issue