import React from "react"; import { View, Text } from "react-native"; export const ScrollStickyContent = ({ currentTrainData }) => { return ( 停車駅 {!isNaN(currentTrainData?.delay) && currentTrainData?.delay != 0 && ( (定刻) )} 見込 ); };