IjzerenHein / react-navigation-shared-element

React Navigation bindings for react-native-shared-element 💫
https://github.com/IjzerenHein/react-native-shared-element
MIT License
1.27k stars 124 forks source link

navigate to same screen animation not work #103

Open ghoudi01 opened 4 years ago

ghoudi01 commented 4 years ago

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