@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.
17 lines (15 loc) • 326 B
text/typescript
import { StyleSheet } from 'react-native';
import { HEIGHT, WIDTH } from '../../core/constants';
export default StyleSheet.create( {
container: {
flex: 1,
},
absolute: {
position: 'absolute',
top: 0,
left: 0,
width: WIDTH,
height: HEIGHT,
},
bgAnimation: StyleSheet.absoluteFillObject,
} );