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

the question is how can i let the children scenes will have right-to-left animation on android? #2502

Closed
liuzhe429 opened this issue Oct 13, 2017 · 2 comments

Comments

@liuzhe429
Copy link

liuzhe429 commented Oct 13, 2017

Version

  • react-native-router-flux : "^4.0.0-beta.21",

Expected behaviour

| modal     | boolean | false | Defines scene container as 'modal' one, i.e. all children scenes will have bottom-to-top animation. It is applicable only for containers (different from v3 syntax) |,

Actual behaviour

on the android the scenes is from bottom to top, ios is from right to left,
and the question is how can i let the children scenes will have right-to-left animation on android?

@aksonov
Copy link
Owner

aksonov commented Oct 17, 2017

It is default animation for android (bottom to top) for all containers. Please use custom animation like shown in Example to achieve right-to-left.

@Blapi
Copy link
Collaborator

Blapi commented Dec 7, 2017

@liuzhe429 check #2628

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

3 participants