Asked 9 months ago
10 Aug 2023
Views 211
Cimb

Cimb posted

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
Post Answer