//@ts-ignore
import { StyleSheet } from 'react-native';


const styles = StyleSheet.create({
  badgeStyle: {
    aspectRatio: 1,
    padding: 1,
    opacity: 1,
    justifyContent: 'center',
  },
  textStyle: {
    overflow: 'hidden',
    textAlign: 'center',
    opacity: 1,
  },
});
export default styles;
