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.
@@ -1794,7 +1794,7 @@ function UIInclude(props) {
1794
1794
 
1795
1795
  function SafeView(props) {
1796
1796
  var _theme$colors;
1797
- var theme = reactCrudUtils.useTheme();
1797
+ var theme = reactCrudUtils.ThemeUtils.getCurrentTheme();
1798
1798
  var dismissKeyboard = function dismissKeyboard() {
1799
1799
  if (reactNative.Platform.OS !== 'web') {
1800
1800
  reactNative.Keyboard.dismiss();