UNPKG

@lvothnrv/react-native-launchscreen

Version:

A React Native launch screen based on react-native-splash-screen and react-native-bootsplash, compatible with both iOS and Android platforms.

6 lines (5 loc) 133 B
declare module '@lvothnrv/react-native-launchscreen' { export default class LaunchScreen { static hide(): Promise<void>; } }