react-crud-mobile 1.0.707 → 1.0.709

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.
@@ -1165,6 +1165,7 @@ function UIModal(props) {
1165
1165
  main.dialog = d;
1166
1166
  scope.currentDialog = d;
1167
1167
  toggle(true);
1168
+ scope.update();
1168
1169
  };
1169
1170
  scope.dialogHide = function (args) {
1170
1171
  var _main$dialog;
@@ -1175,6 +1176,7 @@ function UIModal(props) {
1175
1176
  if ((_main$dialog = main.dialog) != null && _main$dialog.scope) {
1176
1177
  main.dialog.scope.update();
1177
1178
  }
1179
+ scope.update();
1178
1180
  };
1179
1181
  React.useEffect(function () {
1180
1182
  reactNative.StatusBar.setBarStyle('light-content');