react-native-cloudinary-unsigned
react-native-cloudinary-unsigned copied to clipboard
undefined is not an object
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