Resolving Reanimate and reaction package version

In my react native app the react native version is “0.71.8”, “react-native-reactions”: “^0.0.4”, and
“react-native-reanimated”: “~2.14.4”. the expo does not run app and gives the error.
With these versions my console gives the following errors " ERROR Error: Failed to initialize react-native-reanimated library, make sure you followed installation steps here: Installation | React Native Reanimated

  1. Make sure reanimated’s babel plugin is installed in your babel.config.js (you should have ‘react-native-reanimated/plugin’ listed there - also see the above link for details)
  2. Make sure you reset build cache after updating the config, run: yarn start --reset-cache, js engine: hermes
    ERROR Invariant Violation: “main” has not been registered. This can happen if:
  • Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project.
  • A module failed to load due to an error and AppRegistry.registerComponent wasn’t called., js engine: hermes"