Questions tagged [react-navigation-shared-element]

2 questions
2
votes
4 answers

No feedback after pressing React native onPress

I have a button component with a simple onPress const Press = () => { return (
1
vote
0 answers

React navigation shared element transition forward works but does not 'transition' back

I'm having a nested stack with the "react-navigation-shared-element" (0.8.4, Expo sdk 37, react native 0.70.5, react-navigation 6) Clicking on a given card results in the proper transition to the card as expected. However, clicking on the back…