skip to Main Content

React Native : [Reanimated] Unknown version of Reanimated Babel plugin

I've had this problem for a few days now: When I build my react native project, I get this warning : [Reanimated] Unknown version of Reanimated Babel plugin. See https://docs.swmansion.com/react-native-reanimated/docs/guides/troubleshooting#unknown-version-of-reanimated-babel-plugin for more details. Offending code was: function anonymous(){const{worklet,args}=this.__closure;worklet(...args);} The consequences…

VIEW QUESTION

React native – Facing this error while trying to run react-native application on android emulator->ninja: error: manifest 'build.ninja' still dirty after 100 tries

dependencies with version used in myProject are : gradle : 8.0.1 "react-native-reanimated": "^3.4.1", // I think this is causing the issue Task :react-native-reanimated:buildCMakeDebug[arm64-v8a] FAILED Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can…

VIEW QUESTION
Back To Top
Search