react-crud-mobile 1.3.6 → 1.3.7

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.6",
2
+ "version": "1.3.7",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -45,7 +45,7 @@
45
45
  "@react-native-vector-icons/ionicons": "^7.4.0",
46
46
  "@react-native-vector-icons/material-icons": "^0.0.1",
47
47
  "react": "19.0.0",
48
- "react-crud-utils": "^0.1.353",
48
+ "react-crud-utils": "^0.1.354",
49
49
  "react-dom": "19.0.0",
50
50
  "react-native": "0.79.2",
51
51
  "react-native-gesture-handler": "~2.24.0",
@@ -554,7 +554,7 @@ export default function UIElement(props: ElementType) {
554
554
  );
555
555
  }
556
556
 
557
- if (scope.isInput()) {
557
+ if (scope.isInput() || original.container) {
558
558
  return (
559
559
  <View style={getStyle('container', { padding: 5, width: '100%' })}>
560
560
  {props.children}