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.
@@ -2261,14 +2261,9 @@ function SafeView(props) {
2261
2261
  Keyboard.dismiss();
2262
2262
  }
2263
2263
  };
2264
- useEffect(function () {
2265
- //ajustes tema v1
2266
- StatusBar.setBarStyle(Utils.nvl(theme.theme, 'light-content'));
2267
- StatusBar.setBackgroundColor == null || StatusBar.setBackgroundColor(theme.colors.theme);
2268
- }, []);
2269
2264
  return /*#__PURE__*/jsxs(SafeAreaProvider, {
2270
2265
  children: [/*#__PURE__*/jsx(StatusBar, {
2271
- barStyle: "light-content"
2266
+ barStyle: "dark-content"
2272
2267
  }), /*#__PURE__*/jsx(SafeAreaView$1, {
2273
2268
  style: _extends({
2274
2269
  backgroundColor: (_theme$colors = theme.colors) == null ? void 0 : _theme$colors.theme