UNPKG

react-native-story-widget

Version:

A React Native story widget component with carousel functionality

30 lines (26 loc) 514 B
export { Story, StoryGroup, StoryHeaderComponent, StoryMediaComponent, useStory, useStoryGroup, useStoryMediaControl, } from './components/composable'; export {Image, Video} from './components/ui'; export type { IStory, StoriesType, StoryContextType, StoryMediaControlContextType, VideoProgressType, } from './types'; export { calculateProgress, clamp, formatDuration, getNextStoryIndex, getPreviousStoryIndex, getStoryProgress, transformCloudinaryVideo, } from './utils';