react-crud-mobile 1.0.905 → 1.0.907

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.
@@ -1782,13 +1782,10 @@ function UIElement(props) {
1782
1782
  }
1783
1783
  var Value = function Value() {
1784
1784
  var value = scope.getDisplayValue();
1785
- if (typeof value === 'object' || typeof value === 'function') {
1786
- return /*#__PURE__*/jsxRuntime.jsx(reactNative.Text, {
1787
- style: getStyle('value'),
1788
- children: value
1789
- });
1790
- }
1791
- return value;
1785
+ return /*#__PURE__*/jsxRuntime.jsx(reactNative.Text, {
1786
+ style: getStyle('value'),
1787
+ children: value
1788
+ });
1792
1789
  };
1793
1790
  var Inner = function Inner() {
1794
1791
  return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {