While making build I am getting this issue
A problem occurred evaluating project ':react-native-reanimated'.
> Task with path ':app:mergeDebugNativeLibs' not found in project ':app'
Package version
"react-native-reanimated": "^2.2.2",
yesterday it was running fine and today it is causing the error. I uninstall and reinstall the package and also link it manually using react-native link react-native-reanimated but still not working.