Skip to content

Cropped smaller size icons #223

Closed
Closed
@xvonabur

Description

@xvonabur

I'm experiencing this on Android 7.1, react native 0.47.1, react-native-action-button 2.8.0:

screen shot 2017-09-22 at 17 26 27

Basically I have the following code:

<ActionButton
        buttonColor="rgba(0,137,123,1)"
        fixNativeFeedbackRadius={true}
        size={56}
        icon={<Icon name={this.props.icon} style={{ color: 'white', fontSize: 24 }}/>}>
        {
          this.props.actions.map((action, index) => {
            return <ActionButton.Item
              key={index}
              buttonColor={Colors.teal500}
              title={action.label}
              onPress={action.onPress}
              size={44}
              >
              <Icon name={action.icon} style={{ color: 'white', fontSize: 24 }} />
            </ActionButton.Item>
          })
        }
      </ActionButton>

Is there away to fix this behaviour?

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