UNPKG

1.36 kBSource Map (JSON)View Raw
1{"version":3,"file":"globals.web.js","sourceRoot":"","sources":["../src/globals.web.ts"],"names":[],"mappings":"AAAA,yEAAyE;AACzE,uEAAuE;AACvE,yEAAyE;AACzE,uEAAuE;AACvE,wEAAwE;AACxE,0CAA0C;AAC1C,iFAAiF;AAEjF,OAAO,SAAS,MAAM,gBAAgB,CAAC;AACvC,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB,OAAO,EAAE,IAAI,EAAE,CAAC;AAChB,OAAO,EAAE,IAAI,EAAE,CAAC;AAChB,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC","sourcesContent":["// We make some of the Expo SDK available on a global in order to make it\n// possible to augment their libraries with some Expo-specific behavior\n// when inside of an environment with the Expo SDK present, but otherwise\n// continue to work in any bare React Native app without requiring that\n// they install the 'expo' package. We can get rid of this entirely when\n// the following RFC has been implemented:\n// https://github.com/react-native-community/discussions-and-proposals/issues/120\n\nimport Constants from 'expo-constants';\nimport * as Font from 'expo-font';\nimport * as Icon from '@expo/vector-icons';\nexport { Asset } from 'expo-asset';\nexport { Constants };\nexport { Font };\nexport { Icon };\nexport { LinearGradient } from 'expo-linear-gradient';\nexport { SQLite } from 'expo-sqlite';"]}
\No newline at end of file