ekwonye-richard / react-flags-select

Customizable svg flags select components for React Js
197 stars 121 forks source link

How change default icons #27

Closed Deboracgs closed 3 years ago

Deboracgs commented 5 years ago

how change default flags icons ?

ERRECabrera commented 5 years ago

You need update .svg files in ./node_modules/react-flags-select/flags/ folder.

Remember that, if you run other time the commands npm install or yarn install you'll need do it again. So I will try to write a script to handle this.