react-navigation-shared-element icon indicating copy to clipboard operation
react-navigation-shared-element copied to clipboard

Request in Detail Screen

Open Bayramito opened this issue 3 years ago • 1 comments

Hi,

i wonder, is there any way to implement a system like following,

I dont want to hold entire data of an item in the List page becouse there is only an image and a text visible. So there is no need to hold entire data.

What im doing is, i only pass the id of the item to the Detail screen and make a detail request to get the data. In such case how can I implement shared element transition ? becouse there will be some delay untill the data get downloaded and rendered to the screen.

react-native: 0.64.2 react-navigation-shared-element : 3.13

Bayramito avatar Oct 14 '21 08:10 Bayramito

u can try to make skeleton with passed imageId from ListScreen and show it while fetching other details

unknwngera avatar May 27 '23 13:05 unknwngera