In the UIExplorer example :
icon={{uri: base64Icon, scale: 1}}
icon is the Image.propTypes.source type, but that type have not scale named value:
type ImageSource = { uri: string; };
how can i known any other named value supported by the icon or Image.propTypes.source ?
In the UIExplorer example :
icon={{uri: base64Icon, scale: 1}}iconis theImage.propTypes.sourcetype, but that type have notscalenamed value:type ImageSource = { uri: string; };how can i known any other named value supported by the
iconorImage.propTypes.source?