react-crud-mobile 1.3.317 → 1.3.318

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.
@@ -1228,7 +1228,8 @@ function UIToggle(props) {
1228
1228
  style.width = width;
1229
1229
  return style;
1230
1230
  };
1231
- return /*#__PURE__*/jsx(Fragment, {
1231
+ return /*#__PURE__*/jsx(View, {
1232
+ style: _extends({}, styles$7.container, scope.getStyle('items')),
1232
1233
  children: options.map(function (item, i) {
1233
1234
  return /*#__PURE__*/jsx(TouchableHighlight, {
1234
1235
  style: getItemStyle(item),