INNER CODE UNIT · JavaScript

City

stevenpersia/tinder-react-native · components/City.js:7

const City = () => {
  return (
    <TouchableOpacity style={styles.city}>
      <Text style={styles.cityText}>
        <Icon name="marker" /> New York
      </Text>
    </TouchableOpacity>
  );
};

export default City;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…