import React from 'react'; import {View, Text, StyleSheet} from 'react-native'; import {BLACK, PRIMERY} from '../color'; export default function Logo() { return ( Traffic Agent ); } const styles = StyleSheet.create({ logoText: { fontSize: 50, color: BLACK, fontWeight: 'bold', textAlign: 'center', marginBottom: 30, }, logoPoint: { color: PRIMERY, }, });