react-native-blob-util icon indicating copy to clipboard operation
react-native-blob-util copied to clipboard

react-native-blob-util--fs.isDir Invocation Error

Open Qy742698 opened this issue 4 months ago • 0 comments

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))); }

ReactNativeBlobUtil.exists : Possible call error here , It should be ReactNativeBlobUtil.isDir()

Qy742698 avatar Mar 08 '24 02:03 Qy742698