We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f5200 commit b9720ddCopy full SHA for b9720dd
ActionButtonItem.js
@@ -36,6 +36,7 @@ export default class ActionButtonItem extends Component {
36
<Animated.View
37
pointerEvents="box-none"
38
style={[styles.actionButtonWrap, {
39
+ height: this.props.size + margin + 12,
40
alignItems: this.state.alignItems,
41
marginBottom: this.props.verticalOrientation === 'up' ? margin : 0,
42
marginTop: this.props.verticalOrientation === 'down' ? margin : 0,
0 commit comments