react-crud-mobile 1.3.76 → 1.3.77
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 +1 -6
- 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 +1 -6
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/SafeView.tsx +1 -7
|
@@ -2270,14 +2270,9 @@ function SafeView(props) {
|
|
|
2270
2270
|
reactNative.Keyboard.dismiss();
|
|
2271
2271
|
}
|
|
2272
2272
|
};
|
|
2273
|
-
React.useEffect(function () {
|
|
2274
|
-
//ajustes tema v1
|
|
2275
|
-
reactNative.StatusBar.setBarStyle(reactCrudUtils.Utils.nvl(theme.theme, 'light-content'));
|
|
2276
|
-
reactNative.StatusBar.setBackgroundColor == null || reactNative.StatusBar.setBackgroundColor(theme.colors.theme);
|
|
2277
|
-
}, []);
|
|
2278
2273
|
return /*#__PURE__*/jsxRuntime.jsxs(reactNativeSafeAreaContext.SafeAreaProvider, {
|
|
2279
2274
|
children: [/*#__PURE__*/jsxRuntime.jsx(reactNative.StatusBar, {
|
|
2280
|
-
barStyle: "
|
|
2275
|
+
barStyle: "dark-content"
|
|
2281
2276
|
}), /*#__PURE__*/jsxRuntime.jsx(reactNativeSafeAreaContext.SafeAreaView, {
|
|
2282
2277
|
style: _extends({
|
|
2283
2278
|
backgroundColor: (_theme$colors = theme.colors) == null ? void 0 : _theme$colors.theme
|