import { StyleSheet } from 'react-native'; export default StyleSheet.create({ container: { height: 120, width: 120, alignItems: 'center', justifyContent: 'center' }, loader: { position: 'absolute' } });