Schedule - Reanimated layout animation
This schedule animation component is built using [React Native Reanimated](https://docs.swmansion.com/react-native-reanimated/), powered by Layout animations, `layout`, `entering` and `exiting`. When a day toggle is active, it will display the time picker details with a smooth animation.
- `Layout` transitions allows you to replace layout changes with smooth transitions. Each layout change may include changes of size and position and both of them can be animated
- `entering` and `exiting` is used for animating the mount/unmount of the components (time picker, footer button).
---
- [Layout transitions docs](https://docs.swmansion.com/react-native-reanimated/docs/layout-animations/layout-transitions)
- [Entering & Exiting animations docs](https://docs.swmansion.com/react-native-reanimated/docs/layout-animations/entering-exiting-animations)