Replies: 1 comment
-
looks like you're applying a box-shadow to a View component in React Native using styled-components, but box-shadow property is not supported in React Native. Try using the elevation property
or if that doesnt work, you could checkout react-native-shadow lib 👍 |
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
-
Hello!
I can´t do the box-shadow appear in android
This is what I have know
I also tried the shorthand box-shadow: 10px 5px 5px black; but nothing
At first I was having the "unknown property" error with all the "shadow-xxx" properties. I instaled the plugin for Typescript
and set up this property
Beta Was this translation helpful? Give feedback.
All reactions