import DocumentPicker from "react-native-document-picker";
const res = await DocumentPicker.pick({
type: [DocumentPicker.types.allFiles],
allowMultiSelection: false,
mode: 'import',
copyTo: 'documentDirectory',
});
use this code for document pic in Ios:18 if you are not able to pic the document in new architecture in Ios use this code.
Top comments (0)