Skip to content

boxShadow is not applied to buttonStyle prop #38

@pixelize

Description

@pixelize

My test code :

const styles = StyleSheet.create({
  button: {
    shadowColor: "red",
    shadowOffset: {
    width: 0,
    height: 9,
    },
    shadowOpacity: 0.8,
    shadowRadius: 12.35,

    elevation: 19,
  }
});
<ButtonComponent
      buttonStyle={styles.button}
>
</ButtonComponent>

p.s: wonderful job :)

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