Skip to content

New shadow syntax #337

@MarkusAbtion

Description

@MarkusAbtion

I'm seeing the following warning:
"shadow*" style props are deprecated. Use "boxShadow".

It appears to be the following lines that are causing the issue:

shadowColor: '#000',
shadowOffset: {
width: 0,
height: 2,
},
shadowOpacity: 0.25,
shadowRadius: 4,

The documentation for the new style is here
https://reactnative.dev/docs/view-style-props#boxshadow

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions