UNPKG

529 BJavaScriptView Raw
1import './environment/validate.fx';
2import './environment/logging.fx';
3import './environment/muteWarnings.fx';
4// load expo-asset immediately to set a custom `source` transformer in React Native
5import 'expo-asset';
6import Constants from 'expo-constants';
7import { installWebGeolocationPolyfill } from 'expo-location';
8if (typeof Constants.manifest.env === 'object') {
9 Object.assign(process.env, Constants.manifest.env);
10}
11// polyfill navigator.geolocation
12installWebGeolocationPolyfill();
13//# sourceMappingURL=Expo.fx.js.map
\No newline at end of file