Skip to content

box-shadow does not work in react-native #128

@Gustavoohrq

Description

@Gustavoohrq

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;

        `;

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions