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