Please complete the setup for react-native-reanimated. You have to add
'react-native-reanimated/plugin', in the babel.config.js file so the
final code in babel.config.js will look like
module.exports = {
...
plugins: [
...
'react-native-reanimated/plugin',
],
};