react-crud-mobile 1.0.690 → 1.0.693

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -395,6 +395,7 @@ function UIButton(props) {
395
395
  button: {
396
396
  alignItems: 'center',
397
397
  margin: 'auto',
398
+ flexWrap: 'nowrap',
398
399
  width: '100%',
399
400
  textAlign: 'center',
400
401
  verticalAling: 'middle',
@@ -402,6 +403,9 @@ function UIButton(props) {
402
403
  backgroundColor: color,
403
404
  color: '#ffffff',
404
405
  justifyContent: 'center',
406
+ height: 44,
407
+ flexDirection: 'row',
408
+ minWidth: 44,
405
409
  flex: 1
406
410
  }
407
411
  };