react-crud-mobile 1.3.382 → 1.3.383
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 +5 -5
- 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 +3 -3
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/core/UIModal.tsx +1 -5
- package/src/elements/core/UISelect.tsx +1 -1
|
@@ -11,10 +11,10 @@ var reactNative = require('react-native');
|
|
|
11
11
|
var jsxRuntime = require('react/jsx-runtime');
|
|
12
12
|
var Ionicons = _interopDefault(require('@expo/vector-icons/Ionicons'));
|
|
13
13
|
var vectorIcons = require('@expo/vector-icons');
|
|
14
|
+
var reactNativeSafeAreaContext = require('react-native-safe-area-context');
|
|
14
15
|
var Slider = _interopDefault(require('@react-native-community/slider'));
|
|
15
16
|
var Toast = require('react-native-toast-message');
|
|
16
17
|
var Toast__default = _interopDefault(Toast);
|
|
17
|
-
var reactNativeSafeAreaContext = require('react-native-safe-area-context');
|
|
18
18
|
|
|
19
19
|
function _extends() {
|
|
20
20
|
return _extends = Object.assign ? Object.assign.bind() : function (n) {
|
|
@@ -581,9 +581,9 @@ function UISelect(props) {
|
|
|
581
581
|
onRequestClose: function onRequestClose() {
|
|
582
582
|
return setModalVisible(false);
|
|
583
583
|
},
|
|
584
|
-
children: [/*#__PURE__*/jsxRuntime.jsx(
|
|
584
|
+
children: [/*#__PURE__*/jsxRuntime.jsx(reactNativeSafeAreaContext.SafeAreaView, {
|
|
585
585
|
style: style('modalTop')
|
|
586
|
-
}), /*#__PURE__*/jsxRuntime.jsxs(
|
|
586
|
+
}), /*#__PURE__*/jsxRuntime.jsxs(reactNativeSafeAreaContext.SafeAreaView, {
|
|
587
587
|
style: style('modalSafe'),
|
|
588
588
|
children: [/*#__PURE__*/jsxRuntime.jsxs(reactNative.View, {
|
|
589
589
|
style: scope.getStyle('header', headerStyle),
|
|
@@ -1544,9 +1544,9 @@ function UIModal(props) {
|
|
|
1544
1544
|
});
|
|
1545
1545
|
}
|
|
1546
1546
|
return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
1547
|
-
children: [/*#__PURE__*/jsxRuntime.jsx(
|
|
1547
|
+
children: [/*#__PURE__*/jsxRuntime.jsx(reactNativeSafeAreaContext.SafeAreaView, {
|
|
1548
1548
|
style: style('modalTop')
|
|
1549
|
-
}), /*#__PURE__*/jsxRuntime.jsxs(
|
|
1549
|
+
}), /*#__PURE__*/jsxRuntime.jsxs(reactNativeSafeAreaContext.SafeAreaView, {
|
|
1550
1550
|
style: style('modalSafe'),
|
|
1551
1551
|
children: [/*#__PURE__*/jsxRuntime.jsxs(reactNative.View, {
|
|
1552
1552
|
style: scope.getStyle('header', headerStyle),
|