Skip to content

Commit 2bc92cd

Browse files
authored
Merge pull request #202 from yuhj86/yuhj86-patch-1
Update index.d.ts
2 parents a6ab78b + 25f97c8 commit 2bc92cd

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)