The errors
Unknown argument type '_Bool' in method -[EAzureBlobStorageFile configure:key:container:token:]. Extend RCTConvert to support this type.
Exception '*** -[__NSArrayM objectAtIndexedSubscript:]: index 3 beyond bounds [0 .. 2]' was thrown while invoking configure on target EAzureBlobStorageFile with params
and the fix of adding RCTReadString(input, "__attribute__((__unused__))") || does not apply as it was already corrected on the version im using, im working on iOS by the way
"react-native": "0.66.4"
"react-native-azure-blob-storage": "^2.0.3",
I left a prject unfinished because of this