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.
@@ -1237,7 +1237,8 @@ function UIToggle(props) {
1237
1237
  style.width = width;
1238
1238
  return style;
1239
1239
  };
1240
- return /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
1240
+ return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
1241
+ style: _extends({}, styles$7.container, scope.getStyle('items')),
1241
1242
  children: options.map(function (item, i) {
1242
1243
  return /*#__PURE__*/jsxRuntime.jsx(reactNative.TouchableHighlight, {
1243
1244
  style: getItemStyle(item),