Replies: 1 comment
-
This was because of (") character I added by mistake.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I try to follow the Neumorphism tutorial however I have some problems.
When I use useDerivedValue for BoxShadow or Shadow the shadow looks very strange. It looks normal for a static string color value.
so a result of this
is this
a result of this
is this
What am I doing wrong?
It doesn't work when I use Shadow instead of BoxShadow as well (the code below).
It doesn't work for static values (without mix function) put into useDerivedValue as well (the code below).
I work on a fresh expo project:
"@shopify/react-native-skia": "^1.3.6",
"expo": "~51.0.14",
"react-native": "0.74.2",
"react-native-reanimated": "~3.10.1",
Beta Was this translation helpful? Give feedback.
All reactions