How am i able to make an stacked card-like list in React Native?

I’m trying to make a accordion / card stack like list in my React Native application. Basically all list items should be stacked behind one prominent item that reacts to a click. After the prominent item is clicked, the items underneath the prominent item uncollapse and the list is fully visible.
Prototype made in Figma. This is how it should be working and looking like

I tried making an accordion list with react-native-reanimated and React Native’s “Animated”, but i had no luck.