UNPKG

@birdwingo/react-native-instagram-stories

Version:

A versatile and captivating React Native component that empowers developers to seamlessly integrate Instagram-style stories into their mobile applications, fostering an engaging and interactive user experience.

10 lines (8 loc) 240 B
declare module '*.png'; declare module '*.gif'; declare interface Keyframe { composite?: 'accumulate' | 'add' | 'auto' | 'replace'; easing?: string; offset?: number | null; [property: string]: string | number | null | undefined; }