React Native Getting this error 'Unrecognized operator abs'
Close your IDE. Restart your computer.
Open your project, re-install you package (npm install).
re-run your project (react-native run-android)
It is library version issue. Don't use 'yarn add react-native-gesture-handler react-native-reanimated' It will add [email protected] [email protected]
Use 'expo install react-native-gesture-handler react-native-reanimated' It will add react-native-gesture-handler@~1.6.0 react-native-reanimated@~1.9.0
Faced this error few days back, I was able to fix it by running:
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view