mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Merge pull request #23616 from danilobuerger/patch-3
[react-native] Platform.Version can be a string
This commit is contained in:
Vendored
+1
-1
@@ -5199,7 +5199,7 @@ export type PlatformOSType = "ios" | "android" | "macos" | "windows" | "web";
|
||||
|
||||
interface PlatformStatic {
|
||||
OS: PlatformOSType;
|
||||
Version: number;
|
||||
Version: number | string;
|
||||
|
||||
/**
|
||||
* @see https://facebook.github.io/react-native/docs/platform-specific-code.html#content
|
||||
|
||||
Reference in New Issue
Block a user