React native – Eslint errors with react-native-reanimated
I've added react-native-reanimated to my react-native project. The animations run fine but my eslint is giving errors when run using cli or on github workflow. error Resolve error: Cannot find module '/myAppPath/node_modules/react-native-reanimated/lib/module/index'. Please verify that the package.json has a valid…