Qy742698

Results 3 issues of Qy742698

if (typeof path !== 'string') { return reject(addCode('EINVAL', new TypeError('Missing argument "path" '))); } try { ReactNativeBlobUtil.exists(path, (exist, isDir) => { resolve(isDir); }); } catch (err) { reject(addCode('EUNSPECIFIED', new Error(err)));...

I set the dotStyles property and it doesn't work.