Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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
    }
}
Source by github.com #
 
PREVIOUS NEXT
Tagged: #react #native #notifications #error
ADD COMMENT
Topic
Name
6+7 =