| 15 | export type Action = Animated.CompositeAnimation; |
| 16 | |
| 17 | export interface AnimatedPoser |
| 18 | extends Poser<Value, Action, Action, AnimatedPoser> { |
| 19 | addChild: (config: AnimatedPoseConfig) => AnimatedPoser; |
| 20 | flip: (prev: Layout, next: Layout) => void; |
| 21 | } |
| 22 | |
| 23 | export type TransitionProps = { |
| 24 | value: Animated.Value; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…