import {StyleSheet} from 'react-native' export const circleSize = 200 const styles = StyleSheet.create({ card: { flex: 1, alignItems: 'center', justifyContent: 'center' }, container: { position: 'absolute', top: 0, left: 0, right: 0, bottom: 0, justifyContent: 'center', alignItems: 'stretch' } }) export default styles