react-crud-mobile 1.0.815 → 1.0.817

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.
@@ -1304,9 +1304,11 @@ function UIModal(props) {
1304
1304
  }), /*#__PURE__*/jsxRuntime.jsx(reactNative.ScrollView, {
1305
1305
  contentContainerStyle: {
1306
1306
  flexGrow: 1,
1307
- maxHeight: '70%'
1307
+ paddingBottom: 20
1308
1308
  },
1309
- style: style('modalContent'),
1309
+ style: style('modalContent', {
1310
+ maxHeight: '70%'
1311
+ }),
1310
1312
  children: /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
1311
1313
  style: {
1312
1314
  flex: 1