react-crud-mobile 1.3.59 → 1.3.60

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.
@@ -1650,7 +1650,8 @@ function UIOrder(props) {
1650
1650
  setData = _useState[1];
1651
1651
  return /*#__PURE__*/jsxRuntime.jsxs(reactNativeGestureHandler.GestureHandlerRootView, {
1652
1652
  style: _extends({
1653
- flex: 1
1653
+ flex: 1,
1654
+ width: '100%'
1654
1655
  }, scope.getStyle('container')),
1655
1656
  children: [original.search !== false && /*#__PURE__*/jsxRuntime.jsx(UI.Text, {
1656
1657
  placeholder: "Pesquisar...",