Explorar el Código

popToRoot works

Daniel Zlotin hace 8 años
padre
commit
4699d0947b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/platformSpecific.android.js

+ 1
- 1
src/platformSpecific.android.js Ver fichero

25
 }
25
 }
26
 
26
 
27
 function popToRoot(screenParams) {
27
 function popToRoot(screenParams) {
28
-  NativeModules.NavigationReactModule.pop(screenParams);
28
+  NativeModules.NavigationReactModule.popToRoot(screenParams);
29
 }
29
 }
30
 
30
 
31
 module.exports = {
31
 module.exports = {