 How can I use getFileUri given in below link. I want to get the real path of the file. https://github.com/itinance/react-native-fs/pull/395 I tried below code, but getting error: RNFS.getFileUri(uri).then(filePath => alert(filePath); )