Skip to content
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

Disable Transition(sliding) animation while navigating between Scenes inside tabs #2953

Closed
RamkumarBPE opened this issue Mar 21, 2018 · 1 comment

Comments

@RamkumarBPE
Copy link

Version

Tell us which versions you are using:Router Flux -

  • react-native-router-flux v4.?.? 4.0.0-beta.24
  • react-native v0.?.? 0.53.0

Expected behaviour

I just want to disable the transition animation.
Ex: when I navigate to a screen "Actions.sceneName()", there is a sliding transition animation from left to right. I just want to disable the sliding transition.

Actual behaviour

Transition happens like sliding Door, when navigating between scenes.I tried using direction=vertical. It works in Android, but in iOS it is not working.

Steps to reproduce

For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.

  1. Open app
  2. Navigate to any new Scene (Actions.SceneName())
  3. Loot at the transition behaviour
@Blapi
Copy link
Collaborator

Blapi commented Mar 22, 2018

#2628

@Blapi Blapi closed this as completed Mar 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants