import { StyleSheet, Text, View } from 'react-native' import React from 'react' const UnderlinePill = () => { return ( UnderlinePill ) } export default UnderlinePill const styles = StyleSheet.create({})