Igor Furgała
Igor Furgała
## Summary Added FlipCard component to our examples
## Summary Previously Android flat list items that were rendered out of the screen weren't animated at all. This caused some issues like [this one](https://github.com/software-mansion/react-native-reanimated/issues/5821). This PR should allow animating...
### Description Each time a new component is added at the beginning or in the middle of the list, the last component (the one that was added first) re-mounts. I've...