react native notifications error

Solutions on MaxInterview for react native notifications error by the best coders in the world

showing results for - "react native notifications error"
Rafaela
17 Jul 2016
1// Added by Youtube : CodingBite
2buildscript {
3    ext {
4        //...
5        kotlinVersion = "1.3.72"    //added for react native notifications
6    }
7    dependencies {
8        //...
9        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72"        //added for react native notifications
10    }
11}