react-crud-mobile 1.0.672 → 1.0.673
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 -1
- 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 -2
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/core/SafeView.tsx +2 -2
|
@@ -1794,7 +1794,7 @@ function UIInclude(props) {
|
|
|
1794
1794
|
|
|
1795
1795
|
function SafeView(props) {
|
|
1796
1796
|
var _theme$colors;
|
|
1797
|
-
var theme = reactCrudUtils.
|
|
1797
|
+
var theme = reactCrudUtils.ThemeUtils.getCurrentTheme();
|
|
1798
1798
|
var dismissKeyboard = function dismissKeyboard() {
|
|
1799
1799
|
if (reactNative.Platform.OS !== 'web') {
|
|
1800
1800
|
reactNative.Keyboard.dismiss();
|