react-crud-mobile 1.3.209 → 1.3.211

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-crud-mobile",
3
- "version": "1.3.209",
3
+ "version": "1.3.211",
4
4
  "license": "MIT",
5
5
  "description": "Uma biblioteca de componentes para React Native",
6
6
  "main": "dist/index.js",
@@ -677,8 +677,8 @@ export default function UIElement(props: ElementType) {
677
677
  dialogScope.currentDialog = dialog;
678
678
  dialogScope.toggleDialog(true);
679
679
 
680
- scope.update();
681
- scope.updaters.container?.();
680
+ setIndex(++index);
681
+ //scope.updaters.container?.();
682
682
  };
683
683
 
684
684
  scope.dialogHide = (args?: MethodType) => {
@@ -731,7 +731,7 @@ let boxStyle = StyleSheet.create({
731
731
  const box: any = {
732
732
  ...boxStyle.box,
733
733
  };
734
- //v6
734
+ //v7
735
735
  const elementStyle: any = {};
736
736
 
737
737
  elementStyle.view = {