react-crud-mobile 1.3.376 → 1.3.377

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.
@@ -1855,12 +1855,9 @@ function UIOrder(props) {
1855
1855
  return updated;
1856
1856
  });
1857
1857
  };
1858
- return /*#__PURE__*/jsxs(View, {
1858
+ return /*#__PURE__*/jsx(View, {
1859
1859
  style: styles$a.container,
1860
- children: [/*#__PURE__*/jsx(Text, {
1861
- style: styles$a.title,
1862
- children: "Lista Drag\xE1vel (Esperando que a corre\xE7\xE3o final funcione \uD83D\uDE4F)"
1863
- }), /*#__PURE__*/jsx(View, {
1860
+ children: /*#__PURE__*/jsx(View, {
1864
1861
  style: {
1865
1862
  height: items.length * ITEM_HEIGHT,
1866
1863
  width: '100%'
@@ -1905,7 +1902,7 @@ function UIOrder(props) {
1905
1902
  })]
1906
1903
  }), item.value);
1907
1904
  })
1908
- })]
1905
+ })
1909
1906
  });
1910
1907
  }
1911
1908
  var styles$a = /*#__PURE__*/StyleSheet.create({