react-native-skeleton-content-nonexpo
react-native-skeleton-content-nonexpo copied to clipboard
operator 'abs' not found
@lyseiha, the same for me. Did you find some solutions?
@Dimasprog @lyseiha facing same issue. Did anyone find solution?
@Dimasprog @lyseiha facing same issue. Did anyone find solution?
No, i didn't. I used react-native-skeleton-content
+1
+1
@kucharzgotuje Hey, try to use react-native-skeleton-content
@kucharzgotuje Hey, try to use react-native-skeleton-content
Tried :/ I had other issues. I don't have expo in my project so this would be best solution for me. Nevermind, in worst case scenario I will replace it with some spinner or something :P
it's currently using an older version of react-native reanimated, use the resolution to use 1.9.0
"resolutions": {
"react-native-skeleton-content-nonexpo/react-native-reanimated": "~1.9.0"
},
It seems like the root cause of the issue was using the nonexpo version of the package whereas the expo version was supposed to be used. Ressolving