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
+4
View File
@@ -0,0 +1,4 @@
import { createIconSetFromFontello } from 'react-native-vector-icons'
import fontelloConfig from './fonts/config-drip-home-icons.json'
export default createIconSetFromFontello(fontelloConfig)