Working Android example

This commit is contained in:
Aleksei Androsov
2017-09-30 16:47:58 +03:00
parent a98401d47b
commit b50bfb1fc8
4 changed files with 7 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ class Page2 extends React.PureComponent {
}
handlePress() {
appNavigator.push({ id: 'page2' });
appNavigator.pop();
}
}