Parallax Carousel - Reanimated and Sensors

Custom React Native animated Carousel/Slider that has the same API as FlatList, that's using React Native Reanimated to animate each individual Carousel Item but also `useAnimatedSensor` to apply the "Parallax" effect/illusion to the active carousel item. We're redefining `CellRendererComponent` from React Native FlatList to animate each item and also change the `zIndex` order because the "active" item should be positioned in front of "neighbors" (left item, right item)