-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't navigate to new Scene #2840
Comments
Really confused by this, I was playing around with my installed packages and then it just started to work, there must be some weird caching that prevented it from working, I had been trying this on and off for months and never got it to work until now. |
Have a look at the Example project next time, it will be very helpful in your case ! |
I was basing it off the example. There does appear to be a weird caching thing that prevented it from working. I don't understand why. |
So it was working for me, then after I was messing with packages again and trying to get a production build of my app, it completely stopped working again. My code didn't change at all, I only updated some unrelated packages. |
Be careful with your packages that you clean the cache before reinstalling them, you might have some troubles. |
Yeah I was using the Example project, the issue is entirely a caching issue which is very weird. It has happened to me multiple times, and is probably happening to other people. What commands would you suggest to clear the cache? |
If you're on Android : Then run on your device |
Version
Tell us which versions you are using:
"react-native-router-flux": "^4.0.0-beta.27",
"react-native": "^0.52.2",
Expected behaviour
Be able to navigate between two scenes with Actions.Loading2()
Actual behaviour
If I add a reducer can see if the reducer is called, but nothing happens
Steps to reproduce
Here is my whole app:
I would expect clicking on the text to switch the scene, but nothing ever happens. I have tried every iteration of Actions.Loading, Actions["Loading"], etc that I can think of and nothing seems to work
I have also switched out the Stack with a Scene, with no effect.
I feel like I must be missing something super basic, but I cannot figure this out.
The text was updated successfully, but these errors were encountered: