react-native-splash-view
Version:
A lightweight splash screen library for React Native.
16 lines (15 loc) • 497 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.hideSplash = hideSplash;
exports.showSplash = showSplash;
var _NativeSplashView = _interopRequireDefault(require("./NativeSplashView.js"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
function showSplash() {
return _NativeSplashView.default.showSplash();
}
function hideSplash() {
return _NativeSplashView.default.hideSplash();
}
//# sourceMappingURL=index.js.map