622 B
622 B
new icons
Export icons
- Export from figma 2 pngs 2x and 3x put them in
./resources/images/icons
- if necessary, rename file so that filename contains only lower case chars, e.g.
"Icon-Name@2x.png"
should be renamed to"icon_name@2x.png"
. - In the app
icon_name.png
still can be accessed asicon-name
, so in order to use can add the next code:
2x@2x;; icon_name.png [vector-icons/icon :icon-name {:color ...}]
- If you want paltform specific icon use
.android
or.ios
suffixes. Exampleicon_name@2x.android.png
.:w