Giter Club home page Giter Club logo

country-emoji's People

Contributors

christianhaller avatar dependabot[bot] avatar dkaoster avatar gilstroem avatar kylekellogg avatar marzeq avatar matteocrippa avatar meedamian avatar patotoma avatar raoz avatar rverbytskyi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

country-emoji's Issues

Flag()TypeError: undefined is not an object (evaluating 'String.fromCodePoint.apply')

Hi, there.
I've just tried to display a flag in my react native app and it doesn't work.

I've created from scratch a new project and that is the code I've used:

    <View style={styles.container}>
        <Text style={styles.welcome}>
          Welcome to React Native! {flag('CL')}
        </Text>
        <Text style={styles.instructions}>
          To get started, edit App.js
        </Text>
        <Text style={styles.instructions}>
          {instructions}
        </Text>
      </View>

Thank you

flagerror

Types not showing up on NPM

It looks like typescript was literally just published, which is amazing, thank you for the work on that!

However they don't appear to show up in the latest NPM package (unless I'm missing something). v1.5.5. Here's what I see in my node_modules folder:

Screen Shot 2021-03-08 at 5 22 30 PM

Get the list of all countries

In some case, it's useful to get the full list of countries.

For example, to display all countries in a select input.

Something like this (with JSX) :

import { countries } from 'country-emoji'

const SelectCountries = () => (
  <select>
    {countries.map(country => (
      <option value={country.code}>{country.flag}</option>
    ))}
  </select>
)

Updated countries.json is not published

Using Curaçao 🇨🇼 as an example.

Despite the countries.json having Curaçao listed in the repository, when using this package on version 1.5.6, Curaçao is omitted from the countries.json.

image

I suspect that even though this list was updated here: #26 - the updates have not been published?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.