react-crud-mobile 1.3.300 → 1.3.302

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.
@@ -835,11 +835,12 @@ function UIInput(props) {
835
835
  children: [/*#__PURE__*/jsxRuntime.jsxs(reactNative.View, {
836
836
  style: style('base'),
837
837
  children: [scope.getPart('left'), /*#__PURE__*/jsxRuntime.jsx(reactNative.TextInput, _extends({
838
- style: inputStyle,
839
838
  onChangeText: onChange,
840
839
  value: value,
841
840
  placeholder: placeholder
842
- }, defs)), /*#__PURE__*/jsxRuntime.jsx(CustomIcon, {})]
841
+ }, defs, {
842
+ style: inputStyle
843
+ })), /*#__PURE__*/jsxRuntime.jsx(CustomIcon, {})]
843
844
  }), scope.getPart('right')]
844
845
  });
845
846
  }