Skip to content

Commit 3bc0b99

Browse files
Fix Android Build
1 parent b41b924 commit 3bc0b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/Libraries/Utilities/Platform.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type PlatformConstants = {
3030
interface PlatformStatic {
3131
isTV: boolean;
3232
isTesting: boolean;
33-
Version: number | string;
33+
Version: number | string | undefined;
3434
constants: PlatformConstants;
3535

3636
/**

0 commit comments

Comments
 (0)