react-navigation-shared-element icon indicating copy to clipboard operation
react-navigation-shared-element copied to clipboard

navigate to same screen animation not work

Open ghoudi01 opened this issue 5 years ago • 0 comments

when i navigate from screen to another using

  this.props.navigation.push('Post', {
              item: this.state.related[0],
            })

the animation work fine but if the screen is "Post " i want to push anouther Post using the same code with deffrent params de the navigation work fine but without animation

ghoudi01 avatar Sep 30 '20 12:09 ghoudi01