react-native-cloudinary-unsigned
react-native-cloudinary-unsigned copied to clipboard
Upload/delete images to/from Cloudinary (unsigned upload) using React Native.
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...