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.
@@ -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('focus');
1666
+ scope.call('open');
1667
1667
  }, []));
1668
1668
  //v3
1669
1669
  scope.put('scrollRef', scrollRef);