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.
2 parents a6ab78b + 25f97c8 commit 2bc92cdCopy full SHA for 2bc92cd
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