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
Hello, I've been having this problem for a while, so basically, the local notifications were working fine until one day that they stopped working, I don't know what happened, but it just stopped(maybe I touched something).
Anyways, I'll leave the android folder code here, would love if you could help me guys:
Hello, I've been having this problem for a while, so basically, the local notifications were working fine until one day that they stopped working, I don't know what happened, but it just stopped(maybe I touched something).
Anyways, I'll leave the android folder code here, would love if you could help me guys:
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 23
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.22"
supportLibVersion = "23.1.1"
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
}
}
apply plugin: "com.facebook.react.rootproject"
Some remedies I tried was using another virtual device, trying to link manually, but it doesn't seem to work.
Any suggestions on why this is happening?
Thank you in advance guys :)
The text was updated successfully, but these errors were encountered: