You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It load the initial scene after the root one. Then it simply gets stuck and doesnt change.
If I have the hot reloading on and actually hot reload it will change scene..
Version
Tell us which versions you are using:
Expected behaviour
It should change scene, but it doesnt.
Actual behaviour
It load the initial scene after the root one. Then it simply gets stuck and doesnt change.
If I have the hot reloading on and actually hot reload it will change scene..
This is what I have in my index.js file.
I know he gets to the other js file where the Actions.login(); function is called but it doesnt do anything..
I used the reducer to see wich actions where being called and logged this:
ACTION: {type: "REACT_NATIVE_ROUTER_FLUX_REPLACE", routeName: "login", params: {…}}
C:\fmk-rnapp\app\index.js:58 ACTION: {type: "REACT_NATIVE_ROUTER_FLUX_BLUR", routeName: "landing"}
C:\fmk-rnapp\app\index.js:58 ACTION: {type: "REACT_NATIVE_ROUTER_FLUX_FOCUS", routeName: "login", params: {…}}
C:\fmk-rnapp\node_modules\react-native-meteor\src\Meteor.js:102 Connected to DDP server.
C:\fmk-rnapp\node_modules\react-native-code-push\logging.js:3 [CodePush] App is up to date.
Any help would be appreciated..
The text was updated successfully, but these errors were encountered: