expo-device
Version:
A universal module that gets physical information about the device running the application
16 lines (15 loc) • 343 B
JSON
{
"platforms": ["apple", "android", "web"],
"apple": {
"modules": ["DeviceModule"]
},
"android": {
"modules": ["expo.modules.device.DeviceModule"],
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.device",
"version": "7.1.4",
"repository": "local-maven-repo"
}
}
}