react native notifications code example
Example 1: react native notifications error
// Added by Youtube : CodingBite
buildscript {
ext {
//...
kotlinVersion = "1.3.72" //added for react native notifications
}
dependencies {
//...
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72" //added for react native notifications
}
}
Example 2: push notification not working on standalone react native
expo push:android:upload --api-key