Downloading file from Azure Blob Storage from a React-Native application
I want to connect to azure blob storage via my React-Native Application.
I am getting this error: [Error: Account connection string is only supported in Node.js environment]
Does this mean that I cannot connect to Azure using connection string in react-native application?
Please provide alternatives to do so.