Expected behavior
identityId prop is passed on Storage.get to options inside S3Album, S3Image, S3Text components
This is similar to https://github.com/aws-amplify/amplify-js/pull/2459/
The team is working on some react native improvements right now. This feature would become part of that development.
In the meantime what's the best way to display another user's protected images?
@ranjeev75 using Storage.get() or Storage.list() works fine
@ranjeev75 What @adriantomas suggested. Ultimately we use storage api to achieve our goal underneath the UI.
Most helpful comment
@ranjeev75 using Storage.get() or Storage.list() works fine