react-crud-mobile 1.3.394 → 1.3.396
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 -7
- 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 +2 -8
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -3
- package/src/elements/core/UIView.tsx +2 -9
|
@@ -15,7 +15,6 @@ var reactNativeSafeAreaContext = require('react-native-safe-area-context');
|
|
|
15
15
|
var Slider = _interopDefault(require('@react-native-community/slider'));
|
|
16
16
|
var Toast = require('react-native-toast-message');
|
|
17
17
|
var Toast__default = _interopDefault(Toast);
|
|
18
|
-
var expoRouter = require('expo-router');
|
|
19
18
|
|
|
20
19
|
function _extends() {
|
|
21
20
|
return _extends = Object.assign ? Object.assign.bind() : function (n) {
|
|
@@ -1660,12 +1659,7 @@ function UIView(_ref) {
|
|
|
1660
1659
|
}
|
|
1661
1660
|
});
|
|
1662
1661
|
};
|
|
1663
|
-
|
|
1664
|
-
// executar sempre que a aba for focada
|
|
1665
|
-
// ex: limpar estado, recarregar dados, resetar formulário
|
|
1666
|
-
scope.call('open');
|
|
1667
|
-
}, []));
|
|
1668
|
-
//v3
|
|
1662
|
+
//v4
|
|
1669
1663
|
scope.put('scrollRef', scrollRef);
|
|
1670
1664
|
reactCrudUtils.ComponentUtils.setViewScope(scope);
|
|
1671
1665
|
var Container = function Container() {
|