1*51e273e0STomasz Sapetaimport { requireOptionalNativeModule } from 'expo-modules-core';
27e929553SEvan Bacon
37e929553SEvan Baconimport ExponentFileSystemShim from './ExponentFileSystemShim';
46b7802baSBartosz Kaszubowskiimport { ExponentFileSystemModule } from './types';
57e929553SEvan Bacon
6*51e273e0STomasz Sapetaexport default requireOptionalNativeModule<ExponentFileSystemModule>('ExponentFileSystem') ??
7*51e273e0STomasz Sapeta  ExponentFileSystemShim;
8