react-crud-mobile 1.3.365 → 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.
@@ -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({