//@ts-ignore
import { StyleSheet } from 'react-native';
export default StyleSheet.create({
  tickImageStyle: {
    width: 14,
    height: 10,
    alignSelf:'center'
  },
});
