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

export const Style = StyleSheet.create({
  textStyle: {
    textAlign: 'auto',
  },
});
