Uncaught Error - did you forget to add reanimated babel plugin in babel.config.js
babel.config.js
module.exports = function (api) {
api.cache(true);
return {
presets: ["babel-preset-expo"],
};
};
what i should do to solve Uncaught Error - did you forget to add reanimated babel plugin in babel.config.js