Samuel Purcell

Results 4 issues of Samuel Purcell

Hi there! If I save a .gif to iCloud, `getAssets` indeed returns a valid `photos://` uri and a `gif` mimeType, which is great... but passing this uri into the Image...

The lack of a case for unknown (or a `default` as it may be) caused my `getAssets` call to return a list with many `undefined` values. This solves my problems...

Hi, I've noticed that sometimes, the size of my images affects if they're rendered at all. For example, giving an image `{width: 100, height: 100}` works fine, but `{width: 75,...

Hi, is there a way right now to detect if the user has tapped 'never ask again'? Sam