react-crud-mobile 1.0.814 → 1.0.816

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