1*51e273e0STomasz Sapetaimport { requireOptionalNativeModule } from 'expo-modules-core';
27e929553SEvan Baconimport ExponentFileSystemShim from './ExponentFileSystemShim';
3*51e273e0STomasz Sapetaexport default requireOptionalNativeModule('ExponentFileSystem') ??
4*51e273e0STomasz Sapeta    ExponentFileSystemShim;
52307aaceSEvan Bacon//# sourceMappingURL=ExponentFileSystem.js.map