react-crud-mobile 1.3.377 → 1.3.378

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.
@@ -1896,7 +1896,7 @@ function UIOrder(props) {
1896
1896
  }), /*#__PURE__*/jsxRuntime.jsx(reactNative.Text, {
1897
1897
  style: styles$a.itemText,
1898
1898
  children: item.label
1899
- }), /*#__PURE__*/jsxRuntime.jsx(reactNative.TouchableOpacity, {
1899
+ }), scope.original.remove && /*#__PURE__*/jsxRuntime.jsx(reactNative.TouchableOpacity, {
1900
1900
  onPress: function onPress() {
1901
1901
  return removeItem(item.value);
1902
1902
  },
@@ -1915,9 +1915,7 @@ function UIOrder(props) {
1915
1915
  }
1916
1916
  var styles$a = /*#__PURE__*/reactNative.StyleSheet.create({
1917
1917
  container: {
1918
- flex: 1,
1919
- paddingHorizontal: 20,
1920
- backgroundColor: '#f5f7fb'
1918
+ flex: 1
1921
1919
  },
1922
1920
  title: {
1923
1921
  fontSize: 18,