Files
NativeScript/tests/app/App_Resources/iOS/native-api-usage.json
2020-01-30 21:31:27 +02:00

14 lines
447 B
JSON

{
"whitelist-plugins-usages": true,
"$comment": "Whitelist native constants used by core modules because {N} webpack's typescript transpiler is configured not to remove them like tsc does",
"whitelist": [
"CoreFoundation.CFStringEncodingExt:kCF*",
"MaterialComponents.MDCTabBarAlignment:*",
"MaterialComponents.MDCTabBarItemAppearance:*",
"Photos.PhotosTypes:*",
"WebKit.WKNavigationAction:*"
],
"blacklist": [
]
}