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.

26 lines (24 loc) 452 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create( { container: { position: 'absolute', left: 16, top: 32, }, containerFlex: { flexDirection: 'row', justifyContent: 'space-between', alignItems: 'center', }, left: { flexDirection: 'row', alignItems: 'center', gap: 12, flex: 1, }, avatar: { borderWidth: 1.5, borderColor: '#FFF', overflow: 'hidden', }, } );