Elijah23Johnson / react-native-azure-blob-storage

File Storage In Azure
8 stars 31 forks source link

Cannot read property 'configure' of undefined. #24

Closed gauravraj-noto closed 2 years ago

gauravraj-noto commented 3 years ago

import { EAzureBlobStorageImage } from 'react-native-azure-blob-storage';

EAzureBlobStorageImage is undefined after importing it.

maoapp commented 3 years ago

the same here

Elijah23Johnson commented 3 years ago

Try this import { EAzureBlobStorageFile } from react-native-azure-blob-storage';

On Wed, Jul 14, 2021 at 5:17 AM MaoApp @.***> wrote:

the same here

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Elijah23Johnson/react-native-azure-blob-storage/issues/24#issuecomment-879841695, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHT3QHFJ4LIRGU43K6XA4PDTXV54NANCNFSM47ZDWFYA .

--

Elijah Johnson

Founder, CLOTHSSTER

https://flippinstacks.azurewebsites.net/

maoapp commented 3 years ago

Works, Tks

vipulchakravarthy commented 2 years ago

Try this import { EAzureBlobStorageFile } from react-native-azure-blob-storage'; On Wed, Jul 14, 2021 at 5:17 AM MaoApp @.***> wrote: the same here — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#24 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHT3QHFJ4LIRGU43K6XA4PDTXV54NANCNFSM47ZDWFYA . -- Elijah Johnson Founder, CLOTHSSTER https://flippinstacks.azurewebsites.net/

Mentioned solution works! better we can close the issue @Elijah23Johnson