Skip to content

Bug Android: Remove background shadow #424

Open
@noumantahir

Description

@noumantahir

I am trying to make a floating container with not shadow and background, I am able to do it flawlessly on iOS but on android there is added shadow at the back of view which is messing up the overall UI

There is a similar issue #209 mentioning the change of shadow but unfortunately the trick does not apply when removing the background shadow.

IOS OUTPUT ( Expected )
Image

ANDROID OUTOUT (Unexpected)
Image

CONTAINER STYLE

containerStyle: {
    backgroundColor: 'transparent',
    paddingBottom: 12,
    shadowColor: 'transparent',
    shadowOpacity:0,
    elevation: 5,
  } as ViewStyle,

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