We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4285234 commit ff0c9b9Copy full SHA for ff0c9b9
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