File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import React , { memo } from 'react' ;
2- import { View , Text , Platform } from 'react-native' ;
2+ import { Platform , Text , View } from 'react-native' ;
33import { Callout } from 'react-native-maps' ;
44import { IAmenity } from '../../../utils/interfaces' ;
5- import BusIcon from '../ui/BusIcon' ;
65import AmenityRow from '../ui/AmenityRow' ;
6+ import BusIcon from '../ui/BusIcon' ;
77interface Props {
88 directionName : string ;
99 fullPercentage : number ;
@@ -80,7 +80,9 @@ const BusCallout: React.FC<Props> = ({
8080 } }
8181 >
8282 < Text style = { { fontWeight : '700' , color : tintColor } } > To: </ Text >
83- < Text style = { { fontSize : 14 , marginLeft : 2 } } > { directionName } </ Text >
83+ < Text style = { { fontSize : 14 , marginLeft : 2 , color : 'black' } } >
84+ { directionName }
85+ </ Text >
8486 </ Text >
8587 ) }
8688 < View style = { { flexDirection : 'row' , justifyContent : 'space-between' } } >
You can’t perform that action at this time.
0 commit comments