Deivy Hernandez

Results 4 comments of Deivy Hernandez

The same thing happens to me without updating dependencies `error Failed to build the app: No package name found. Found errors in node_modules/@amplitude/react-native/android/src/main/AndroidManifest.xml.`

@BenHurMartins Thanks bro! It helped me a lot!

This comment helped me for a temporary solution. https://github.com/react-native-webview/react-native-webview/issues/656#issuecomment-561067913

> Is this not included in the latest release? I still get the error and have to use the workaround: > > ```kotlin > tasks.withType().configureEach { > notCompatibleWithConfigurationCache("https://github.com/Kotlin/dokka/issues/2231") > }...