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.
- package/dist/react-crud-mobile.cjs.development.js +2 -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 +2 -6
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/SafeView.tsx +1 -7
- package/src/elements/core/UIView.tsx +1 -0
|
@@ -1555,6 +1555,7 @@ function UIView(_ref) {
|
|
|
1555
1555
|
}
|
|
1556
1556
|
});
|
|
1557
1557
|
};
|
|
1558
|
+
//v3
|
|
1558
1559
|
scope.put('scrollRef', scrollRef);
|
|
1559
1560
|
reactCrudUtils.ComponentUtils.setViewScope(scope);
|
|
1560
1561
|
var Container = function Container() {
|
|
@@ -2269,14 +2270,9 @@ function SafeView(props) {
|
|
|
2269
2270
|
reactNative.Keyboard.dismiss();
|
|
2270
2271
|
}
|
|
2271
2272
|
};
|
|
2272
|
-
React.useEffect(function () {
|
|
2273
|
-
//ajustes tema v1
|
|
2274
|
-
reactNative.StatusBar.setBarStyle(reactCrudUtils.Utils.nvl(theme.theme, 'light-content'));
|
|
2275
|
-
reactNative.StatusBar.setBackgroundColor == null || reactNative.StatusBar.setBackgroundColor(theme.colors.theme);
|
|
2276
|
-
}, []);
|
|
2277
2273
|
return /*#__PURE__*/jsxRuntime.jsxs(reactNativeSafeAreaContext.SafeAreaProvider, {
|
|
2278
2274
|
children: [/*#__PURE__*/jsxRuntime.jsx(reactNative.StatusBar, {
|
|
2279
|
-
barStyle: "
|
|
2275
|
+
barStyle: "dark-content"
|
|
2280
2276
|
}), /*#__PURE__*/jsxRuntime.jsx(reactNativeSafeAreaContext.SafeAreaView, {
|
|
2281
2277
|
style: _extends({
|
|
2282
2278
|
backgroundColor: (_theme$colors = theme.colors) == null ? void 0 : _theme$colors.theme
|