You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi! I'm using the plugin for
react-native-nfc-manager
and this is my plugin config:If I'm using the plugin, when running
npx expo prebuild
I 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.
The text was updated successfully, but these errors were encountered: