UNPKG

react-native-splash-view

Version:

A lightweight splash screen library for React Native.

10 lines (9 loc) 230 B
"use strict"; import SplashView from "./NativeSplashView.js"; export function showSplash() { return SplashView.showSplash(); } export function hideSplash() { return SplashView.hideSplash(); } //# sourceMappingURL=index.js.map