This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 "apsl-react-native-button" : " git+https://git@github.com/bartonhammond/react-native-button.git" ,
4444 "immutable" : " 3.7.6" ,
4545 "key-mirror" : " 1.0.1" ,
46- "react-native" : " 0.22.2 " ,
46+ "react-native" : " 0.24.0 " ,
4747 "react-native-gifted-spinner" : " 0.0.3" ,
4848 "react-native-navbar" : " 1.4.0" ,
49- "react-native-router-flux" : " 3.1.5 " ,
49+ "react-native-router-flux" : " 3.22.0 " ,
5050 "react-native-simple-store" : " 0.1.0" ,
5151 "react-native-simpledialog-android" : " 1.0.3" ,
5252 "react-native-vector-icons" : " 1.3.2" ,
Original file line number Diff line number Diff line change @@ -245,14 +245,14 @@ export function getSessionToken() {
245245 Actions . Tabbar ( ) ;
246246 } else {
247247 dispatch ( sessionTokenRequestFailure ( ) ) ;
248- Actions . Register ( ) ;
248+ Actions . InitialLoginForm ( ) ;
249249 }
250250 } )
251251
252252 . catch ( ( error ) => {
253253 dispatch ( sessionTokenRequestFailure ( error ) ) ;
254254 dispatch ( loginState ( ) ) ;
255- Actions . Register ( ) ;
255+ Actions . InitialLoginForm ( ) ;
256256 } ) ;
257257 } ;
258258}
Original file line number Diff line number Diff line change @@ -160,15 +160,17 @@ export default function native(platform) {
160160 title = "App"
161161 initial = { true } />
162162
163- < Scene key = "Login"
163+ < Scene key = "InitialLoginForm"
164+ component = { Register }
165+ title = "Register" />
166+
167+ < Scene key = "Login"
164168 component = { Login }
165- title = "Login"
166- type = "replace" />
169+ title = "Login" />
167170
168171 < Scene key = "Register"
169172 component = { Register }
170- title = "Register"
171- type = "replace" />
173+ title = "Register" />
172174
173175 < Scene key = "ForgotPassword"
174176 component = { ForgotPassword }
@@ -213,4 +215,4 @@ export default function native(platform) {
213215 */
214216
215217 AppRegistry . registerComponent ( 'snowflake' , ( ) => Snowflake ) ;
216- }
218+ }
You can’t perform that action at this time.
0 commit comments