-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
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
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
SMJ93, aaronisme and 8BallBomBom
