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
|
@@ -1631,6 +1631,7 @@ function UIOrder(props) {
|
|
|
1631
1631
|
style: [styles$a.row, {
|
|
1632
1632
|
backgroundColor: isActive ? 'lightblue' : 'white'
|
|
1633
1633
|
}, _extends({}, state)],
|
|
1634
|
+
delayLongPress: 100,
|
|
1634
1635
|
onLongPress: drag // Initiate drag on long press
|
|
1635
1636
|
,
|
|
1636
1637
|
children: [/*#__PURE__*/jsx(MaterialCommunityIcons, {
|
|
@@ -2261,14 +2262,9 @@ function SafeView(props) {
|
|
|
2261
2262
|
Keyboard.dismiss();
|
|
2262
2263
|
}
|
|
2263
2264
|
};
|
|
2264
|
-
useEffect(function () {
|
|
2265
|
-
//ajustes tema v1
|
|
2266
|
-
StatusBar.setBarStyle(Utils.nvl(theme.theme, 'light-content'));
|
|
2267
|
-
StatusBar.setBackgroundColor == null || StatusBar.setBackgroundColor(theme.colors.theme);
|
|
2268
|
-
}, []);
|
|
2269
2265
|
return /*#__PURE__*/jsxs(SafeAreaProvider, {
|
|
2270
2266
|
children: [/*#__PURE__*/jsx(StatusBar, {
|
|
2271
|
-
barStyle: "
|
|
2267
|
+
barStyle: "dark-content"
|
|
2272
2268
|
}), /*#__PURE__*/jsx(SafeAreaView$1, {
|
|
2273
2269
|
style: _extends({
|
|
2274
2270
|
backgroundColor: (_theme$colors = theme.colors) == null ? void 0 : _theme$colors.theme
|