Converted to TypeScript

* Added lazy build
This commit is contained in:
Evan Bacon
2019-02-27 15:43:56 -08:00
parent f60615e816
commit 1d47d6d0ef
168 changed files with 1103 additions and 68 deletions
-5
View File
@@ -1,5 +0,0 @@
import createIconSet from './createIconSet';
import font from './fonts/Foundation.ttf';
import glyphMap from './vendor/react-native-vector-icons/glyphmaps/Foundation.json';
export default createIconSet(glyphMap, 'foundation', font);