Dinindu
Results
2
comments of
Dinindu
I have fix this by setting width and height to the image. ``` ImagePicker.showImagePicker(this.options, (response) => { const res = { ...response }; res.width = 120; res.height = 120; this.setState({...
Same here nodejs version : 9.3.0 npm version: 5.6.0 ``` Dinindus-Mac-mini:proj dinindu$ npm install lwip@latest --save npm WARN deprecated [email protected]: This package is discontinued. Use lodash@^4.0.0. > [email protected] install /Volumes/Projects/expe/proj/node_modules/lwip...