We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ab78b commit 25f97c8Copy full SHA for 25f97c8
index.d.ts
@@ -1,5 +1,6 @@
1
declare module "react-native-splash-screen" {
2
export default class SplashScreen {
3
static hide(): void;
4
+ static show(): void;
5
}
6
0 commit comments