Skip to content

how to open screen from bottom to top with props? #4

Description

@akshgods

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions