Mohd Samad

Results 1 comments of Mohd Samad

in your android/app/build.gradle **replace this :** ``` plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' id 'com.google.firebase.crashlytics' id 'com.google.gms.google-services' } apply from: "../../node_modules/react- native/scripts/react_native_gradle_plugin.gradle" ``` **with this :** ``` apply plugin: "com.android.application"...