Use icon font for home icons

This commit is contained in:
Julia Friesel
2018-11-30 11:24:28 +01:00
parent 563e9303ab
commit a9923fae9f
14 changed files with 69 additions and 61 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { createIconSetFromFontello } from 'react-native-vector-icons'
import fontelloConfig from './fonts/config.json'
import fontelloConfig from './fonts/config-drip-icon-font.json'
export default createIconSetFromFontello(fontelloConfig)