expo-insights
Version:
Expo module that offers developers insight into the usage data of the app
17 lines (16 loc) • 414 B
JSON
{
"platforms": ["apple", "android"],
"apple": {
"modules": ["InsightsModule"],
"appDelegateSubscribers": ["InsightsAppDelegateSubscriber"]
},
"android": {
"modules": ["expo.modules.insights.ExpoInsightsModule"],
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.insights",
"version": "0.10.8",
"repository": "local-maven-repo"
}
}
}