react-navigation-shared-element
react-navigation-shared-element copied to clipboard
Request in Detail Screen
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
u can try to make skeleton with passed imageId from ListScreen and show it while fetching other details