react-crud-mobile 1.3.49 → 1.3.50
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.
- package/dist/react-crud-mobile.cjs.development.js +4 -4
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +4 -4
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +1 -1
|
@@ -1466,7 +1466,7 @@ function UIModal(props) {
|
|
|
1466
1466
|
"transient": true,
|
|
1467
1467
|
children: headerRight
|
|
1468
1468
|
})]
|
|
1469
|
-
}), /*#__PURE__*/jsxRuntime.
|
|
1469
|
+
}), /*#__PURE__*/jsxRuntime.jsx(reactNative.ScrollView, {
|
|
1470
1470
|
contentContainerStyle: {
|
|
1471
1471
|
flexGrow: 1,
|
|
1472
1472
|
paddingBottom: 50
|
|
@@ -1474,7 +1474,7 @@ function UIModal(props) {
|
|
|
1474
1474
|
style: style('modalContent'),
|
|
1475
1475
|
nestedScrollEnabled: true,
|
|
1476
1476
|
ref: scrollRef,
|
|
1477
|
-
children:
|
|
1477
|
+
children: /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
|
|
1478
1478
|
style: {
|
|
1479
1479
|
flex: 1,
|
|
1480
1480
|
paddingLeft: 15,
|
|
@@ -1487,8 +1487,8 @@ function UIModal(props) {
|
|
|
1487
1487
|
crud: scope.currentDialog,
|
|
1488
1488
|
children: props.children
|
|
1489
1489
|
})
|
|
1490
|
-
})
|
|
1491
|
-
})]
|
|
1490
|
+
})
|
|
1491
|
+
}), bottom]
|
|
1492
1492
|
}), /*#__PURE__*/jsxRuntime.jsx(UIToast, {})]
|
|
1493
1493
|
}, key);
|
|
1494
1494
|
}
|