UNPKG

833 BJavaScriptView Raw
1// We make some of the Expo SDK available on a global in order to make it
2// possible to augment their libraries with some Expo-specific behavior
3// when inside of an environment with the Expo SDK present, but otherwise
4// continue to work in any bare React Native app without requiring that
5// they install the 'expo' package. We can get rid of this entirely when
6// the following RFC has been implemented:
7// https://github.com/react-native-community/discussions-and-proposals/issues/120
8import Constants from 'expo-constants';
9import * as Font from 'expo-font';
10import * as Icon from '@expo/vector-icons';
11export { Asset } from 'expo-asset';
12export { Constants };
13export { Font };
14export { Icon };
15export { LinearGradient } from 'expo-linear-gradient';
16export { SQLite } from 'expo-sqlite';
17//# sourceMappingURL=globals.web.js.map
\No newline at end of file