17 lines
420 B
JSON
17 lines
420 B
JSON
{
|
|
"platforms": ["apple", "android", "web"],
|
|
"apple": {
|
|
"modules": ["ExpoLinkingModule"],
|
|
"appDelegateSubscribers": ["LinkingAppDelegateSubscriber"]
|
|
},
|
|
"android": {
|
|
"modules": ["expo.modules.linking.ExpoLinkingModule"],
|
|
"publication": {
|
|
"groupId": "host.exp.exponent",
|
|
"artifactId": "expo.modules.linking",
|
|
"version": "55.0.7",
|
|
"repository": "local-maven-repo"
|
|
}
|
|
}
|
|
}
|