Hi! I'm using the plugin for react-native-nfc-manager and this is my plugin config:
[
"react-native-nfc-manager",
{
"nfcPermission": "The app needs to be able to read NFC tags so that it can start or end employees' turns",
"includeNdefEntitlement": false
}
],
If I'm using the plugin, when running npx expo prebuild I get the warning
android: withBuildScriptExtVersion: Cannot set minimum buildscript.ext.compileSdkVersion version because the property "compileSdkVersion" cannot be found or does not have a numeric value..
If I remove the plugin, the warning is gone... However I need the plugin.
Is it possible to fix this annoying warning? It doesn't seem like it is making something break, but it would be nice to fix it.
Hi! I'm using the plugin for
react-native-nfc-managerand this is my plugin config:[ "react-native-nfc-manager", { "nfcPermission": "The app needs to be able to read NFC tags so that it can start or end employees' turns", "includeNdefEntitlement": false } ],If I'm using the plugin, when running
npx expo prebuildI get the warningandroid: withBuildScriptExtVersion: Cannot set minimum buildscript.ext.compileSdkVersion version because the property "compileSdkVersion" cannot be found or does not have a numeric value..If I remove the plugin, the warning is gone... However I need the plugin.
Is it possible to fix this annoying warning? It doesn't seem like it is making something break, but it would be nice to fix it.