We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using React.Native, I put the box-shadow but it does not work at all. I tested other codes but none worked.
` import styled from 'styled-components/native'
export const Box = styled.View` border-radius: 10; height: 150; width: 300; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); `; export const Title = styled.Text` color: #4b1b5f; font-size: 25px; font-weight: 900; `;
`
The text was updated successfully, but these errors were encountered:
You’re doing the right thing in your example. It’ll only work on iOS though, as android doesn’t have support for custom shadows
See #119
Sorry, something went wrong.
No branches or pull requests
I am using React.Native, I put the box-shadow but it does not work at all. I tested other codes but none worked.
` import styled from 'styled-components/native'
`
The text was updated successfully, but these errors were encountered: