import React, { FC } from "react"; import { Text, View } from "react-native"; export const OneManText: FC = () => { const styles = { fontSize: 12, margin: -2, color: "white", fontFamily: "Zou", }; return ( ワン マン ); };