ElangoPrince

Results 3 comments of 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. ![Screenshot_20190628_125539_com re](https://user-images.githubusercontent.com/34785789/60326255-eb21ea00-99a6-11e9-897c-ee7ce602b0a7.jpg) 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...