rn-transitions
rn-transitions copied to clipboard
how to open screen from bottom to top with props?
need top open screen from bottom to top, how to do that. not all screen only some particular screens.
i tried const screenNumber = this.props.navigation.state.params ? this.props.navigation.state.params.screenNumber : 0 const params = { screenNumber: 2 } // if (Math.random() > .75) params.plain = true
params.plain = false
this.props.navigation.navigate('Address',{direction:this.directionStatus?'gift':'direct',...params});}