fram-x / FluidTransitions

Fluid Transitions for React Navigation
MIT License
2.93k stars 194 forks source link

Shared Element Transition - Works Only For One Way #231

Open omrip2 opened 4 years ago

omrip2 commented 4 years ago

Hey All,

I tried to implement the shared element transition using the component but it works for me only when going from screen1 to screen2. When I press back on the second screen there is no transition.

In screen1 I have a FlatlList which each object contains a FastImage: image

In screen2 I have a Fastimage component which contains text and other components: image

I am using the createFluidNavigator function, are there any other requirements for implementing shared element.

I would be glad to get help with this one. Tnx