import styled from "styled-components/native" export const LinkText = styled.Text` text-decoration-line: underline; `