interface AnimationConfig {
    isInteraction?: boolean;
    useNativeDriver: boolean;
}

Hierarchy (view full)

Properties

isInteraction?: boolean
useNativeDriver: boolean