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
I'm building an Android App for API higher than 16, so I preferred to use V 0.2.0 .
I use this command to install this package:
"npm install [email protected]"
Whenever I do this, in my ""package.json" I see this:
I'm building an Android App for API higher than 16, so I preferred to use V 0.2.0 .
I use this command to install this package:
"npm install [email protected]"
Whenever I do this, in my ""package.json" I see this:
"dependencies": {
"react": "16.11.0",
"react-native": "0.62.0",
"react-native-background-task": "^0.2.0",
"react-native-push-notification": "^3.1.9"
},
which is right. In "node_modules/react-native-background-task/android/build.gradle" there is:
compileSdkVersion 23
buildToolsVersion "25.0.2"
which causes problem (Error!!!) for APIs lower than 23 like 22 or 21.
The text was updated successfully, but these errors were encountered: