react-crud-mobile 1.0.680 → 1.0.682

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.
@@ -1238,7 +1238,11 @@ var styles$8 = /*#__PURE__*/reactNative.StyleSheet.create({
1238
1238
  width: '100%'
1239
1239
  },
1240
1240
  modalHeader: {
1241
+ height: 58,
1242
+ flexWrap: 'nowrap',
1241
1243
  flexDirection: 'row',
1244
+ alignContent: 'center',
1245
+ justifyContent: 'center',
1242
1246
  alignItems: 'center',
1243
1247
  padding: 15,
1244
1248
  backgroundColor: 'primary'