UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

5 lines 308 B
import createIconSet from './createIconSet'; import font from './vendor/react-native-vector-icons/Fonts/FontAwesome.ttf'; import glyphMap from './vendor/react-native-vector-icons/glyphmaps/FontAwesome.json'; export default createIconSet(glyphMap, 'FontAwesome', font); //# sourceMappingURL=FontAwesome.js.map