react-crud-mobile 1.0.786 → 1.0.787

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.
@@ -1320,7 +1320,8 @@ var styles$8 = /*#__PURE__*/reactNative.StyleSheet.create({
1320
1320
  modalContent: {
1321
1321
  flex: 1,
1322
1322
  backgroundColor: '#f5f5f5',
1323
- padding: 16
1323
+ paddingHorizontal: 16,
1324
+ paddingVertical: 20
1324
1325
  }
1325
1326
  });
1326
1327