We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41b924 commit 3bc0b99Copy full SHA for 3bc0b99
packages/react-native/Libraries/Utilities/Platform.d.ts
@@ -30,7 +30,7 @@ type PlatformConstants = {
30
interface PlatformStatic {
31
isTV: boolean;
32
isTesting: boolean;
33
- Version: number | string;
+ Version: number | string | undefined;
34
constants: PlatformConstants;
35
36
/**
0 commit comments