Explorar el Código

navigator popToRoot

Daniel Zlotin hace 8 años
padre
commit
1db91f8a27

+ 1
- 1
lib/android/app/src/main/java/com/reactnativenavigation/react/NavigationModule.java Ver fichero

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