react-crud-mobile 1.3.364 → 1.3.366

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.
@@ -2443,7 +2443,7 @@ var boxStyle = /*#__PURE__*/reactNative.StyleSheet.create({
2443
2443
  }
2444
2444
  });
2445
2445
  var box = /*#__PURE__*/_extends({}, boxStyle.box);
2446
- //v4
2446
+ //v5
2447
2447
  var elementStyle = {};
2448
2448
  elementStyle.view = {
2449
2449
  inner: {
@@ -2524,7 +2524,8 @@ var styles$b = /*#__PURE__*/reactNative.StyleSheet.create({
2524
2524
  color: 'labelColor'
2525
2525
  },
2526
2526
  inner: {
2527
- width: '100%'
2527
+ width: '100%',
2528
+ justifyContent: 'space-between'
2528
2529
  }
2529
2530
  });
2530
2531
  var withChildStyles = /*#__PURE__*/reactNative.StyleSheet.create({