react-native-skeleton-content-nonexpo icon indicating copy to clipboard operation
react-native-skeleton-content-nonexpo copied to clipboard

operator 'abs' not found

Open lyseiha opened this issue 4 years ago • 7 comments

Simulator Screen Shot - iPhone 11 Pro Max - 2020-08-14 at 13 56 16

lyseiha avatar Aug 14 '20 06:08 lyseiha

@lyseiha, the same for me. Did you find some solutions?

Dimasprog avatar Aug 18 '20 08:08 Dimasprog

@Dimasprog @lyseiha facing same issue. Did anyone find solution?

ghost avatar Sep 08 '20 11:09 ghost

@Dimasprog @lyseiha facing same issue. Did anyone find solution?

No, i didn't. I used react-native-skeleton-content

Dimasprog avatar Sep 08 '20 12:09 Dimasprog

+1

kucharzgotuje avatar Oct 22 '20 07:10 kucharzgotuje

+1

@kucharzgotuje Hey, try to use react-native-skeleton-content

Dimasprog avatar Oct 22 '20 10:10 Dimasprog

@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

kucharzgotuje avatar Oct 22 '20 10:10 kucharzgotuje

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"
  },

jamesjara avatar Apr 13 '21 04:04 jamesjara

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

alexZajac avatar Sep 05 '22 23:09 alexZajac