Skip to content

[v2] setStackRoot Animations not working #4631

@Stacyadam

Description

@Stacyadam

Issue Description

Trying to customize the setStackRoot animation to transition the screen from right to left instead of bottom to top. None of the documented screen animations appear to be working on setStackRoot though.

Steps to Reproduce / Code Snippets / Screenshots

2019-01-23_14-49-22

Navigation.setDefaultOptions({
	animations: {
		setStackRoot: {
			x: {
				from: 1000,
				to: 0,
				duration: 300
			}
		}
	}
});

Environment

  • React Native Navigation version: 2.7.1
  • React Native version: 0.57.8
  • Platform(s) (iOS, Android, or both?): both
  • Device info (Simulator/Device? OS version? Debug/Release?): Debug

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions