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.

14 lines (12 loc) 244 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create( { container: StyleSheet.absoluteFillObject, absolute: { position: 'absolute', top: 0, left: 0, }, cube: { justifyContent: 'center', }, } );