UNPKG

@logo-rn/logo-gif

Version:

<LogoGIF/> typically used to display gif .

15 lines (12 loc) 279 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ container: { position: 'absolute', width: '100%', height: '100%', alignItems: 'center', justifyContent: 'center', zIndex: 999, }, }); export default styles;