UNPKG

react-native-story-widget

Version:

A React Native story widget component with carousel functionality

4 lines (3 loc) 355 B
export { Story, StoryGroup, StoryHeaderComponent, StoryMediaComponent, useStory, useStoryGroup, useStoryMediaControl, } from './components/composable'; export { Image, Video } from './components/ui'; export { calculateProgress, clamp, formatDuration, getNextStoryIndex, getPreviousStoryIndex, getStoryProgress, transformCloudinaryVideo, } from './utils';