react-native-cloudinary-unsigned icon indicating copy to clipboard operation
react-native-cloudinary-unsigned copied to clipboard

Upload/delete images to/from Cloudinary (unsigned upload) using React Native.

Results 2 react-native-cloudinary-unsigned issues
Sort by recently updated
recently updated
newest added

After npm install react-native-cloudinary-unsigned --save when trying to import: import RNCloudinaryUnsigned from "react-native-cloudinary-unsigned"; I get the message: undefined in not an object (evaluating 'RNSFManager.RNFSFileTypeRegular'). Any idea what's going on? Thanks

After following the install & usage instructions, I'm getting "Require unknown module 'undefined'" when importing the module on iOS. Is it missing whatever it takes to declare the module? Possibly...