Is there a way to configure transitioning of scenes with NavigatorIOS? or does it only have a default floatFromRight property. I have,
this.props.navigator.push({
component : component,
title: 'hello',
// configuring the transition type
});
Is there a way to configure transitioning of scenes with NavigatorIOS? or does it only have a default floatFromRight property. I have,
this.props.navigator.push({
component : component,
title: 'hello',
// configuring the transition type
});
Copyright © 2021 Jogjafile Inc.
You can use other animations , see here: navigator configurescene
You have all these:
Example: