react-crud-mobile 1.0.689 → 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
  };
@@ -430,8 +434,7 @@ function UIButton(props) {
430
434
  underlayColor: 'transparent',
431
435
  onPress: onClick,
432
436
  style: style('button', extra.button),
433
- children: /*#__PURE__*/jsxRuntime.jsxs(reactNative.View, {
434
- style: style('buttonInner'),
437
+ children: /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
435
438
  children: [icon && /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
436
439
  children: /*#__PURE__*/jsxRuntime.jsx(vectorIcons.Ionicons, {
437
440
  size: 30,