79118042

Date: 2024-10-23 13:13:57
Score: 1.5
Natty:
Report link

For me, none of the solutions above worked, including the linked answer in @dmytro response. However, I got it solved in the following way:

  1. Uninstall react-native-reanimated. You can also remove react-native-reanimated from package.json and run npm update.
  2. Then use expo to install react-native-reanimated. Simply run expo install react-native-reanimated.
  3. Restart your project.

I got these clues from this github link

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @dmytro
  • Low reputation (1):
Posted by: engr.ukairo