yasinsolak / react-native-accordion-view

react-native-accordion-view
4 stars 0 forks source link

Operator 'abs' not found #1

Closed modulareverything closed 4 years ago

modulareverything commented 4 years ago

I'm getting this error since starting to use this component. It only ever happens when the app first loads, and if I save it will load the app fine.

I found a potential fix here: https://stackoverflow.com/questions/63315761/react-native-getting-this-error-unrecognized-operator-abs

But running this command doesn't actually fix the issue: expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view

Any ideas?

yasinsolak commented 4 years ago

Can you try that yarn add react-native-redash

modulareverything commented 4 years ago

Thanks for the quick reply @yasinsolak — unfortunately that didn't work and I'm still getting the same error above

yasinsolak commented 4 years ago

You're welcome, I'm trying to do my best.

I encountered the same error in a new project. This solved my problem:

https://stackoverflow.com/questions/63215154/react-native-reanimated-unable-to-resolve-usevalue

modulareverything commented 4 years ago

@yasinsolak I forgot to say that this didn't actually work! But I'm not sure what other information to provide which might help debug it