ElangoPrince
ElangoPrince
Hi, @ccksfh , Please try this RNFS.mkdir(`${RNFS.DocumentDirectoryPath}/new_dir_name/`).then((result)=>{ console.log('Created'); }).catch((err) => { console.log('err', err) });
@zahidahmed024, after cropping image , crop() function can't return any values, it's return error.  any idea about this?
Hi, please send your project. or uninstall react-native-perspective-image-cropper, install "react-native-opencv3": "^1.0.4",after that create, Custom crop component separately . then pass the arguments through props to Custom crop component (where you...