ncapdevi / FragNav

An Android library for managing multiple stacks of fragments
1.5k stars 219 forks source link

How to use Shared Elements Transition with FragNav ? #245

Open gabriel-TheCode opened 2 years ago

gabriel-TheCode commented 2 years ago

I'm working on a single activity app with multiple tabs and in one of my fragments I have a recyclerview full of products, How can I implement Shared Elements transition on my items to open a details screen with an animation ?

HarvardCapital commented 1 year ago

Did you find any workaround for this?

gabriel-TheCode commented 1 year ago

Nothing new. This lib is not maintained anymore. I recommend you to switch to Navigation Components.