We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4285234 + ff0c9b9 commit 157cf02Copy full SHA for 157cf02
1 file changed
index.d.ts
@@ -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