react-native-filesystem
react-native-filesystem copied to clipboard
Check if file exist on storage
How to check if file exist in storage? I tried : FileSystem.fileExists("file:///storage/emulated/0/Download/image.jpg") FileSystem.fileExists("/storage/emulated/0/Download/image.jpg") Non of this work and file exist in that path.