UNPKG

@8man/react-native-media-console

Version:
17 lines (15 loc) 281 B
import {StyleSheet} from 'react-native'; export const styles = StyleSheet.create({ container: { position: 'absolute', top: 0, right: 0, bottom: 0, left: 0, alignItems: 'center', justifyContent: 'center', }, icon: { marginBottom: 16, }, });