Encountered some issues...
An error occurred with an unknown argument '_Bool' in the method -[EAzureBlobStorageFile configure:key:container:token:]. It seems that RCTConvert needs to be extended to support this type.
Also, there was an exception '*** -[__NSArrayM objectAtIndexedSubscript:]: index 3 beyond bounds [0 .. 2]' while configuring EAzureBlobStorageFile with parameters.
Despite trying to fix it by adding
RCTReadString(input, "__attribute__((__unused__))") ||
, the issue persists even though I have the latest version. This is on iOS platform, just for your reference.
"react-native": "0.66.4"
"react-native-azure-blob-storage": "^2.0.3",