yeet
This commit is contained in:
11
node_modules/expo-file-system/build/ExponentFileSystem.js
generated
vendored
Normal file
11
node_modules/expo-file-system/build/ExponentFileSystem.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
import { NativeModulesProxy } from '@unimodules/core';
|
||||
import ExponentFileSystemShim from './ExponentFileSystemShim';
|
||||
let platformModule;
|
||||
if (NativeModulesProxy.ExponentFileSystem) {
|
||||
platformModule = NativeModulesProxy.ExponentFileSystem;
|
||||
}
|
||||
else {
|
||||
platformModule = ExponentFileSystemShim;
|
||||
}
|
||||
export default platformModule;
|
||||
//# sourceMappingURL=ExponentFileSystem.js.map
|
Reference in New Issue
Block a user