react-crud-mobile 1.3.55 → 1.3.57
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 +1 -2
- 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 +1 -2
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIOrder.tsx +2 -2
|
@@ -7,7 +7,6 @@ import { Ionicons as Ionicons$1, AntDesign, Entypo, EvilIcons, MaterialCommunity
|
|
|
7
7
|
import Slider from '@react-native-community/slider';
|
|
8
8
|
import Toast, { BaseToast, ErrorToast } from 'react-native-toast-message';
|
|
9
9
|
import DraggableFlatList from 'react-native-draggable-flatlist';
|
|
10
|
-
import { GestureHandlerRootView } from 'react-native-gesture-handler';
|
|
11
10
|
import { SafeAreaProvider, SafeAreaView as SafeAreaView$1 } from 'react-native-safe-area-context';
|
|
12
11
|
|
|
13
12
|
function _extends() {
|
|
@@ -1656,7 +1655,7 @@ function UIOrder(props) {
|
|
|
1656
1655
|
})
|
|
1657
1656
|
});
|
|
1658
1657
|
};
|
|
1659
|
-
return /*#__PURE__*/jsx(
|
|
1658
|
+
return /*#__PURE__*/jsx(View, {
|
|
1660
1659
|
style: getContainerStyle(),
|
|
1661
1660
|
children: /*#__PURE__*/jsx(DraggableFlatList, {
|
|
1662
1661
|
data: items,
|