We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb7206 commit ebf003bCopy full SHA for ebf003b
src/containers/android/app.js
@@ -27,7 +27,7 @@ class App extends React.Component {
27
<Scene key="modal" component={Modal}>
28
<Scene key="root" hideNavBar hideTabBar>
29
<Scene key="loginModule" direction="vertical" initial={true}>
30
- <Scene key="login" component={ImagePicker} title="Login"
+ <Scene key="login" component={login} title="Login"
31
hideNavBar/>
32
</Scene>
33
<Scene key="main" direction="vertical" component={main} title="Main"
0 commit comments