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.