react-crud-mobile 1.0.909 → 1.0.910
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/dist/react-crud-mobile.cjs.development.js +3 -7
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +3 -7
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/SafeView.tsx +1 -1
- package/src/elements/core/UIView.tsx +2 -6
|
@@ -1544,12 +1544,8 @@ var styles$9 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
1544
1544
|
paddingHorizontal: 16,
|
|
1545
1545
|
paddingVertical: 20
|
|
1546
1546
|
},
|
|
1547
|
-
container: {
|
|
1548
|
-
|
|
1549
|
-
},
|
|
1550
|
-
view: {
|
|
1551
|
-
backgroundColor: 'theme'
|
|
1552
|
-
}
|
|
1547
|
+
container: {},
|
|
1548
|
+
view: {}
|
|
1553
1549
|
});
|
|
1554
1550
|
|
|
1555
1551
|
var CrudContext = /*#__PURE__*/React.createContext({});
|
|
@@ -2115,7 +2111,7 @@ function SafeView(props) {
|
|
|
2115
2111
|
barStyle: "light-content"
|
|
2116
2112
|
}), /*#__PURE__*/jsxRuntime.jsx(reactNativeSafeAreaContext.SafeAreaView, {
|
|
2117
2113
|
style: _extends({
|
|
2118
|
-
backgroundColor: (_theme$colors = theme.colors) == null ? void 0 : _theme$colors.
|
|
2114
|
+
backgroundColor: (_theme$colors = theme.colors) == null ? void 0 : _theme$colors.theme
|
|
2119
2115
|
}, props.viewStyle, {
|
|
2120
2116
|
flex: 1
|
|
2121
2117
|
}),
|