expo-sharing
Version:
Provides a way to share files directly with other compatible applications.
16 lines (15 loc) • 342 B
JSON
{
"platforms": ["apple", "android"],
"apple": {
"modules": ["SharingModule"]
},
"android": {
"modules": ["expo.modules.sharing.SharingModule"],
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.sharing",
"version": "56.0.15",
"repository": "local-maven-repo"
}
}
}