react-crud-mobile 1.0.689 → 1.0.690

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.
@@ -430,8 +430,7 @@ function UIButton(props) {
430
430
  underlayColor: 'transparent',
431
431
  onPress: onClick,
432
432
  style: style('button', extra.button),
433
- children: /*#__PURE__*/jsxRuntime.jsxs(reactNative.View, {
434
- style: style('buttonInner'),
433
+ children: /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
435
434
  children: [icon && /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
436
435
  children: /*#__PURE__*/jsxRuntime.jsx(vectorIcons.Ionicons, {
437
436
  size: 30,