expo-document-picker
Version:
Provides access to the system's UI for selecting documents from the available providers on the user's device.
16 lines (15 loc) • 370 B
JSON
{
"platforms": ["apple", "android"],
"apple": {
"modules": ["DocumentPickerModule"]
},
"android": {
"modules": ["expo.modules.documentpicker.DocumentPickerModule"],
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.documentpicker",
"version": "55.0.13",
"repository": "local-maven-repo"
}
}
}