react-navigation-shared-element
react-navigation-shared-element copied to clipboard
navigate to same screen animation not work
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