Skip to content

Commit ff0c9b9

Browse files
committed
Adds TypeScript definitions
1 parent 4285234 commit ff0c9b9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
declare module 'react-native-version-number' {
2+
export const appVersion: string
3+
export const buildVersion: string
4+
export const bundleIdentifier: string
5+
}

0 commit comments

Comments
 (0)