PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/expo-asset/build

Просмотр файла: Asset.fx.js

import { Asset } from './Asset';
import { IS_ENV_WITH_UPDATES_ENABLED } from './PlatformUtils';
import { setCustomSourceTransformer } from './resolveAssetSource';
// Override React Native's asset resolution for `Image` components in contexts where it matters
if (IS_ENV_WITH_UPDATES_ENABLED) {
    setCustomSourceTransformer((resolver) => {
        try {
            // Bundler is using the hashAssetFiles plugin if and only if the fileHashes property exists
            if (resolver.asset.fileHashes) {
                const asset = Asset.fromMetadata(resolver.asset);
                return resolver.fromSource(asset.downloaded ? asset.localUri : asset.uri);
            }
            else {
                return resolver.defaultAsset();
            }
        }
        catch (e) {
            return resolver.defaultAsset();
        }
    });
}
//# sourceMappingURL=Asset.fx.js.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!