Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.04 KB

File metadata and controls

39 lines (21 loc) · 1.04 KB

Icon configuration

For common, we are using iconfont.cn to manage icon and react-native-iconfont-cli to generate icon.

The full icon set locate in my project in iconfont, the js link represent everything.

place

Add or update new icon

Js link need to be regenerate everytime when the new icon is added or updated.

1. Upload new icons

You can upload new icons using following button.

icon_doc_2

2. Regenerate new link

Once the icon set have been changed or updated, it will have a warning text above current js link, it will ask to regenerate new JS link after you click it.

icon_doc

3. Updated local link

Then you will need update local js link which locate in ./iconfont.js.

icon_doc_3

4. Regenerate the icons

There is command to regenerate the icon

yarn icon

icon_doc