UNPKG

@applicaster/zapp-react-native-ui-components

Version:

Applicaster Zapp React Native ui components for the Quick Brick App

19 lines (11 loc) 598 B
export { AnimatedPlayerModalWrapper } from "./AnimatedPlayerModalWrapper"; export { AnimatedScrollModal } from "./AnimatedScrollModal"; export { AnimatedVideoPlayerComponent } from "./AnimatedVideoPlayerComponent"; export { withModalAnimationProvider, PlayerAnimationStateEnum, } from "./ModalAnimationContext"; export { useModalAnimationContext } from "./useModalAnimationContext"; export { AnimationComponent } from "./AnimationComponent"; export { ComponentAnimationType, defaultAspectRatioWidth } from "./utils"; export { DURATION_TO_MINIMIZE, DURATION_TO_MAXIMIZE } from "./const";