import React, { FC } from "react"; import { Text, View } from "react-native"; type Props = { lastStation: string; }; export const LastStation: FC = ({ lastStation }) => { return ( 4 ? parseInt("12%") : parseInt("16%"), color: "white", fontWeight: "bold", }} > {lastStation} ); };