react-crud-mobile 1.3.372 → 1.3.374

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.
@@ -1726,7 +1726,7 @@ var styles$9 = /*#__PURE__*/reactNative.StyleSheet.create({
1726
1726
  });
1727
1727
 
1728
1728
  var ITEM_HEIGHT = 70;
1729
- function UIDraggableList(props) {
1729
+ function UIOrder(props) {
1730
1730
  var scope = props.scope;
1731
1731
  var initial = scope.getOptions();
1732
1732
  var _useState = React.useState(initial),
@@ -1953,12 +1953,6 @@ var styles$a = /*#__PURE__*/reactNative.StyleSheet.create({
1953
1953
  }
1954
1954
  });
1955
1955
 
1956
- function UIOrder(props) {
1957
- return /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
1958
- children: /*#__PURE__*/jsxRuntime.jsx(UIDraggableList, _extends({}, props))
1959
- });
1960
- }
1961
-
1962
1956
  var CrudContext = /*#__PURE__*/React.createContext({});
1963
1957
  function UIElement(props) {
1964
1958
  var _original$list,