itinance / itinance/react-native-fs

check exist always return false, when path Contains Chinese

Open
#390 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.