The most convenient way : Use react-native-document-picker, on selection it will give you a Relative path, something like this content://com.android…… . Pass that Relative path to Stat(filepath) function of the react-native-fetch-blob library. The object will return absolute path.