Browse Source

navigator popToRoot

Daniel Zlotin 8 years ago
parent
commit
1db91f8a27

+ 1
- 1
lib/android/app/src/main/java/com/reactnativenavigation/react/NavigationModule.java View File

@@ -79,7 +79,7 @@ public class NavigationModule extends ReactContextBaseJavaModule {
79 79
 		handle(new Runnable() {
80 80
 			@Override
81 81
 			public void run() {
82
-//				store.getViewController(onContainerId).getStackController().popToRoot();
82
+				navigator().popToRoot(onContainerId);
83 83
 			}
84 84
 		});
85 85
 	}