Browse Source

popToRoot works

Daniel Zlotin 9 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
 }
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 = {