mirror of
https://github.com/zoriya/expo-vector-icons.git
synced 2026-06-01 09:55:12 +00:00
Vendor react-native-vector-icons
fbshipit-source-id: fd46bf3
This commit is contained in:
committed by
Exponent GitHub Bot
parent
3824127440
commit
19a2d3728a
+3
-2
@@ -1,9 +1,10 @@
|
||||
import React from 'react';
|
||||
import { Text } from 'react-native';
|
||||
import { Font } from 'expo';
|
||||
import createIconSet from 'react-native-vector-icons/lib/create-icon-set';
|
||||
import createIconSet
|
||||
from './vendor/react-native-vector-icons/lib/create-icon-set';
|
||||
import createIconButtonComponent
|
||||
from 'react-native-vector-icons/lib/icon-button';
|
||||
from './vendor/react-native-vector-icons/lib/icon-button';
|
||||
|
||||
export default function(glyphMap, fontName, expoAssetId) {
|
||||
const expoFontName = Font.style(fontName, {
|
||||
|
||||
Reference in New Issue
Block a user