Similar to the ImagePickers option to return as base64 string.
ImagePicker.launchImageLibraryAsync({ base64: true });
Just added to the DocumentPicker, for example:
DocumentPicker.getDocumentAsync({ base64: true });