react-crud-mobile 1.3.75 → 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.
@@ -1546,6 +1546,7 @@ function UIView(_ref) {
1546
1546
  }
1547
1547
  });
1548
1548
  };
1549
+ //v3
1549
1550
  scope.put('scrollRef', scrollRef);
1550
1551
  ComponentUtils.setViewScope(scope);
1551
1552
  var Container = function Container() {
@@ -2260,14 +2261,9 @@ function SafeView(props) {
2260
2261
  Keyboard.dismiss();
2261
2262
  }
2262
2263
  };
2263
- useEffect(function () {
2264
- //ajustes tema v1
2265
- StatusBar.setBarStyle(Utils.nvl(theme.theme, 'light-content'));
2266
- StatusBar.setBackgroundColor == null || StatusBar.setBackgroundColor(theme.colors.theme);
2267
- }, []);
2268
2264
  return /*#__PURE__*/jsxs(SafeAreaProvider, {
2269
2265
  children: [/*#__PURE__*/jsx(StatusBar, {
2270
- barStyle: "light-content"
2266
+ barStyle: "dark-content"
2271
2267
  }), /*#__PURE__*/jsx(SafeAreaView$1, {
2272
2268
  style: _extends({
2273
2269
  backgroundColor: (_theme$colors = theme.colors) == null ? void 0 : _theme$colors.theme