Getting React native build error: Attempt to invoke virtual method’boolean com.facebook.react.uimanager.FabricViewStateManager.hasStateWrappper()
this is app/build.gradlew code
Tried updating react-native and react-dom versions.
updated gradle,kotlin versions
following image is my build.gradle
Removed deprecated plugins
added
apply plugin: “com.android.application”
apply plugin: ‘com.google.gms.google-services’
apply plugin: ‘kotlin-android’
apply plugin: ‘kotlin-parcelize’