react-crud-mobile 1.3.391 → 1.3.392
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 +1 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/core/UIView.tsx +1 -1
|
@@ -1663,7 +1663,7 @@ function UIView(_ref) {
|
|
|
1663
1663
|
native.useFocusEffect(React.useCallback(function () {
|
|
1664
1664
|
// executar sempre que a aba for focada
|
|
1665
1665
|
// ex: limpar estado, recarregar dados, resetar formulário
|
|
1666
|
-
scope.call('
|
|
1666
|
+
scope.call('open');
|
|
1667
1667
|
}, []));
|
|
1668
1668
|
//v3
|
|
1669
1669
|
scope.put('scrollRef', scrollRef);
|