mirror of
https://github.com/zoriya/expo-vector-icons.git
synced 2026-06-05 19:14:13 +00:00
expo-font module (#2989)
* expo-font module * [expo-font-interface] Move FontManager interface to expo-font-interface * [expo-font-interface] Remove obsolete dependencies from expo-font-interface * [expo-font] Refactor interfaces and logic flow * [expo-font-interface] Rename EXFontX to EXFontXInterface * [expo-react-native-adapter] Add a small explanation to EXReactFontManager * [expo-font] Minor fixes * [home] Publish new Expo Home * [jest-expo] fix mock-generator and update mocks * [font] fix client tests and rename module ExponentFontLoader -> ExpoFontLoader fbshipit-source-id: 5fbf23a
This commit is contained in:
committed by
Exponent GitHub Bot
parent
c7aeb3e4d5
commit
a8647342d8
+1
-1
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { Text } from 'react-native';
|
||||
import { Font } from 'expo';
|
||||
import { Font } from 'expo-font';
|
||||
import createIconSet from './vendor/react-native-vector-icons/lib/create-icon-set';
|
||||
import createIconButtonComponent from './vendor/react-native-vector-icons/lib/icon-button';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user