GT2/Ejectable/node_modules/babel-preset-expo/lazy-imports-blacklist.js

7 lines
177 B
JavaScript

/**
* These Expo packages may have side-effects and should not be lazily initialized.
*/
'use strict';
module.exports = new Set(['expo', 'expo-asset', 'expo-task-manager']);