react-crud-mobile 1.3.76 → 1.3.78
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 +2 -6
- 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 +2 -6
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/SafeView.tsx +1 -7
- package/src/elements/core/UIOrder.tsx +1 -0
|
@@ -1640,6 +1640,7 @@ function UIOrder(props) {
|
|
|
1640
1640
|
style: [styles$a.row, {
|
|
1641
1641
|
backgroundColor: isActive ? 'lightblue' : 'white'
|
|
1642
1642
|
}, _extends({}, state)],
|
|
1643
|
+
delayLongPress: 100,
|
|
1643
1644
|
onLongPress: drag // Initiate drag on long press
|
|
1644
1645
|
,
|
|
1645
1646
|
children: [/*#__PURE__*/jsxRuntime.jsx(vectorIcons.MaterialCommunityIcons, {
|
|
@@ -2270,14 +2271,9 @@ function SafeView(props) {
|
|
|
2270
2271
|
reactNative.Keyboard.dismiss();
|
|
2271
2272
|
}
|
|
2272
2273
|
};
|
|
2273
|
-
React.useEffect(function () {
|
|
2274
|
-
//ajustes tema v1
|
|
2275
|
-
reactNative.StatusBar.setBarStyle(reactCrudUtils.Utils.nvl(theme.theme, 'light-content'));
|
|
2276
|
-
reactNative.StatusBar.setBackgroundColor == null || reactNative.StatusBar.setBackgroundColor(theme.colors.theme);
|
|
2277
|
-
}, []);
|
|
2278
2274
|
return /*#__PURE__*/jsxRuntime.jsxs(reactNativeSafeAreaContext.SafeAreaProvider, {
|
|
2279
2275
|
children: [/*#__PURE__*/jsxRuntime.jsx(reactNative.StatusBar, {
|
|
2280
|
-
barStyle: "
|
|
2276
|
+
barStyle: "dark-content"
|
|
2281
2277
|
}), /*#__PURE__*/jsxRuntime.jsx(reactNativeSafeAreaContext.SafeAreaView, {
|
|
2282
2278
|
style: _extends({
|
|
2283
2279
|
backgroundColor: (_theme$colors = theme.colors) == null ? void 0 : _theme$colors.theme
|