Browse Source

popToRoot works

Daniel Zlotin 8 years ago
parent
commit
4699d0947b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/platformSpecific.android.js

+ 1
- 1
src/platformSpecific.android.js View File

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