13 Commits

Author SHA1 Message Date
Evan Bacon b8903e4e40 Added upper level imports 2019-03-12 21:32:50 -07:00
Evan Bacon 1d47d6d0ef Converted to TypeScript
* Added lazy build
2019-02-27 15:43:56 -08:00
James Ide 259d1ab7bd Update "expo-font" imports
Instead of `import { Font } from 'expo-font'` we now have `import * as Font from 'expo-font'`. (In the cases where you use only a few named exports, this opens the path to dead-export elimination in some bundlers.)

Test plan: made this change locally in my node_modules and loaded in NCL in the Expo repo
2018-11-30 22:50:39 -08:00
Brent Vatne e925a15330 Update vector-icons, but we can't release it until SDK30 because it depends on expo-font
fbshipit-source-id: fcd0b7a
2018-08-29 19:19:23 +00:00
Dominik Gryboś a8647342d8 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
2018-08-23 07:16:16 +00:00
Brent Vatne 2f496edbbd Remove Font.style usage (not needed anyways)
fbshipit-source-id: 0507338
2017-11-01 22:20:51 +00:00
Brent Vatne 04fe6fb39d Don't call setState if unmounted before font loads
fbshipit-source-id: 2ff8070
2017-07-11 18:05:26 +00:00
Brent Vatne 19a2d3728a Vendor react-native-vector-icons
fbshipit-source-id: fd46bf3
2017-05-11 00:12:42 +00:00
Brent Vatne 26babbfb96 Get new-project-template and dependencies running with expo all the way down
fbshipit-source-id: 602651f
2017-03-07 00:20:53 +00:00
Brent Vatne 67cab6244c Fallback to a <Text /> component rather than view when icon not ready
fbshipit-source-id: 9689995
2016-08-23 18:19:22 +00:00
Brent Vatne 89f96692dd Fix bug on Android
fbshipit-source-id: e7e43e1
2016-07-14 23:47:49 +00:00
Brent Vatne 5f91b3f62d Export the button component
fbshipit-source-id: cf0b223
2016-07-10 03:38:42 +00:00
Exponent GitHub Bot 6bd475399a Initial commit
fbshipit-source-id: 21ada2db87c55eb346aa4da5b67d25cb1c8fd081
2016-07-10 02:20:07 +00:00