UNPKG

@expo/prebuild-config

Version:
32 lines (31 loc) 876 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; function _withAndroidSplashScreen() { const data = require("./withAndroidSplashScreen"); _withAndroidSplashScreen = function () { return data; }; return data; } function _withIosSplashScreen() { const data = require("./withIosSplashScreen"); _withIosSplashScreen = function () { return data; }; return data; } function _createLegacyPlugin() { const data = require("../createLegacyPlugin"); _createLegacyPlugin = function () { return data; }; return data; } var _default = exports.default = (0, _createLegacyPlugin().createLegacyPlugin)({ packageName: 'expo-splash-screen', fallback: [_withAndroidSplashScreen().withAndroidSplashScreen, _withIosSplashScreen().withIosSplashScreen] }); //# sourceMappingURL=expo-splash-screen.js.map