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

Reactjs – unhandledrejection typeerror: cannot read properties of undefined (reading '__emotion_real')

I got an error while building next js application : unhandledrejection typeerror: cannot read properties of undefined (reading '__emotion_real') this happened after I updated the next js and emotion libraries: "@emotion/babel-plugin": "^11.10.6", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", ✓ Linting and checking…

VIEW QUESTION

Reactjs – React: 'map' function

I'm fetching a list of objects. Using map function should display a list but there wasn't. I checked if it was saved to 'useState' via console.log(posts), and yes there was a list of objects. My only problem is I cant…

VIEW QUESTION
Back To Top
Search