rn-transitions icon indicating copy to clipboard operation
rn-transitions copied to clipboard

how to open screen from bottom to top with props?

Open akshgods opened this issue 5 years ago • 0 comments

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});}
   

akshgods avatar Dec 09 '19 08:12 akshgods