skip to Main Content

React Native app not running without doing anything in the previous working code

I am currently woking in a react native projects It have these packages as dependencies "dependencies": { "@react-native-async-storage/async-storage": "^1.15.5", "@react-native-community/checkbox": "^0.5.8", "@react-native-community/cli": "^7.0.3", "@react-native-community/clipboard": "^1.5.1", "@react-native-community/datetimepicker": "^3.5.2", "@react-native-community/masked-view": "^0.1.11", "@react-native-picker/picker": "^1.16.3", "@react-navigation/drawer": "^5.12.5", "@react-navigation/material-top-tabs": "^5.3.15", "@react-navigation/native": "^5.9.4", "@react-navigation/stack": "^5.14.5", "@twotalltotems/react-native-otp-input":…

VIEW QUESTION

A failure occurred while executing com.android.build.gradle.internal.tasks.MergeNativeLibsTask$MergeNativeLibsTaskWorkAction – React native

My react native project build fails somehow because of this error: Execution failed for task ':app:mergeDebugNativeLibs'. > A failure occurred while executing com.android.build.gradle.internal.tasks.MergeNativeLibsTask$MergeNativeLibsTaskWorkAction > 2 files found with path 'lib/arm64-v8a/libfbjni.so' from inputs: - C:UsersAntonio.gradlecachestransforms-37cca348744e25f57fc2d9f871aa73c9atransformedjetified-react-native-0.71.0-rc.0-debugjniarm64-v8alibfbjni.so - C:UsersAntonio.gradlecachestransforms-38b0f5c7017bf081f79b63ea5b053dc0transformedjetified-fbjni-0.3.0jniarm64-v8alibfbjni.so If you are using…

VIEW QUESTION

Execution failed for task ':app:mergeDebugNativeLibs' while running react-native app – React native

While running react native app I am getting following error: ` Task :app:mergeDebugNativeLibs FAILED Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.9.2/userguide/command_line_interface.html#sec:command_line_warnings 574…

VIEW QUESTION
Back To Top
Search