Files
Fluxup_PAP/node_modules/@expo/dom-webview/expo-module.config.json
2026-03-10 16:18:05 +00:00

16 lines
350 B
JSON

{
"platforms": ["apple", "android"],
"apple": {
"modules": ["DomWebViewModule"]
},
"android": {
"modules": ["expo.modules.webview.DomWebViewModule"],
"publication": {
"groupId": "expo.modules.webview",
"artifactId": "expo.modules.webview",
"version": "55.0.3",
"repository": "local-maven-repo"
}
}
}