-
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
Jump to screen with no animation #2879
Comments
Have you tried Actions.(yourScreenName)({ type: ActionsConst.REPLACE }) You must import { Actions, ActionsConst } from 'react-native-router-flux' i.e: Actions.home({ type: ActionsConst.REPLACE }) |
What's your version of RNRF? if it is beta.28, change it for beta.27. npm uninstall --save react-native-router-flux |
It is now has no Error but there is still animation from right to left. and I tried couple keywords like JUMP and PUSH.... no change |
Then, try Actions.replace("main") |
I tried this already... very strange... |
If it is about the transitions, have a look at #2628 please :) You will find your answer here. Ask if you need anything else. |
Yepp I reproduced, Actions.replace() seems to be broken with beta.28 |
It is on .28, it works on .27 |
Hi,
Please someone explain me how to do it.
Thanks,
The text was updated successfully, but these errors were encountered: