react-crud-mobile 1.3.269 → 1.3.270

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.269",
3
+ "version": "1.3.270",
4
4
  "license": "MIT",
5
5
  "description": "Uma biblioteca de componentes para React Native",
6
6
  "main": "dist/index.js",
@@ -46,7 +46,7 @@ export default function UIModal(props: UIModalType) {
46
46
 
47
47
  if (dialog.debug) console.log(dialog);
48
48
 
49
- const modalVisible = curr.uuid === main.dialog?.crud?.uuid;
49
+ //const modalVisible = curr.uuid === main.dialog?.crud?.uuid;
50
50
  const scope = dialog.scope;
51
51
  const label = scope.getLabel();
52
52
  const theme = scope.getTheme();
@@ -171,7 +171,7 @@ export default function UIModal(props: UIModalType) {
171
171
  key={key}
172
172
  animationType="slide"
173
173
  transparent={true}
174
- visible={modalVisible}
174
+ visible={true}
175
175
  onRequestClose={onClose}
176
176
  >
177
177
  <ModalInner />