79081004

Date: 2024-10-12 12:40:29
Score: 0.5
Natty:
Report link

Update the babel.config.js like below:

module.exports = {
  presets: ['module:@react-native/babel-preset'],
  plugins: ['react-native-reanimated/plugin']
};

and then run:

npm start -- --reset-cache

Running the above command is very important. This solved my issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Abdur Rahman