7 lines
167 B
JavaScript
7 lines
167 B
JavaScript
/**
|
|
* These Expo packages may have side-effects and should not be lazily initialized.
|
|
*/
|
|
'use strict';
|
|
|
|
module.exports = require('./build/lazyImports').lazyImports;
|