I'm able to download a file from S3 in a react native app with AWS Amplify backend using the storage.get function. However, not able to find where the downloaded files are stored? How can we access the downloaded files content in react native? The Amplify documentation doesn't say where are the files downloaded by default.