itinance / itinance/react-native-fs
check exist always return false, when path Contains Chinese
Open
- Dominant language
- C++
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
test in android :
RNFS.exists(file.path).then(function (res) {
if (!res) {
console.log('err_file_notfound');
}
console.log('exists', res);
})
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.