React native upload file to Azure blob storage
There is no dedicated library to upload files to Azure blob storage from react native. So, we have to use REST API for Azure blob storage. We will be using SAS to authorize our requests and RNFS library to upload the file. Above code will work. There may be some JS syntax error, but logically