UNPKG

rn-story

Version:

Lightweight React Native component for stories like Instagram, Whatsapp and Snapchat.

13 lines (11 loc) 318 B
export type Story = { media: string; mediaType: "image" | "video"; duration?: number; /** * Header component which will be displayed just below animation bars, ideal for avatar, close button and linear gradient. * @default null */ header?: JSX.Element; seeMoreUrl?: string; }