itinance / itinance/react-native-fs
Stat says "File does not exist"
- Dominant language
- C++
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
`RNFS.stat(path)` gives:
Possible Unhandled Promise Rejection (id: 0):
│ Error: File does not exist
│ createErrorFromErrorData@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:1730:26
│ http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:1689:51
│ __invokeCallback@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:2258:23
│ http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:1984:34
│ __guard@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:2172:15
│ invokeCallbackAndReturnFlushedQueue@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:1983:21
└ invokeCallbackAndReturnFlushedQueue@[native code]
But `RNFS.exists(path)` says true for content:// file.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.