Skip to content

Commit 25f97c8

Browse files
authored
Update index.d.ts
Add show() method.
1 parent a6ab78b commit 25f97c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
declare module "react-native-splash-screen" {
22
export default class SplashScreen {
33
static hide(): void;
4+
static show(): void;
45
}
56
}

0 commit comments

Comments
 (0)