react-crud-mobile 1.3.42 → 1.3.43

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.42",
2
+ "version": "1.3.43",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -108,6 +108,7 @@ export default function UISelect(props: ChildType) {
108
108
  paddinRight: 15,
109
109
  ...scope.original?.rowStyle,
110
110
  }}
111
+ {...scope.original?.listProps}
111
112
  >
112
113
  <UI.Value value="#{@this.label}" />
113
114
  </UI.List>