I am currently experiencing this problem, and i have tried all solutions provided, but it is still not working. using
"expo": "^52.0.36", "npm": "^10.2.0", "react": "18.3.1", "react-native": "^0.76.7",
// babel.config.js
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: [
// Ensure 'react-native-reanimated/plugin' is last
'react-native-reanimated/plugin',
],
};
};