File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ interface PlatformWindowsOSStatic extends PlatformStatic {
9494
9595interface PlatformWebStatic extends PlatformStatic {
9696 OS : 'web' ;
97+ Version : string ;
9798}
9899
99100export type Platform =
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ type MacOSPlatform = {
162162type WebPlatform = {
163163 OS : 'web' ,
164164 // $FlowFixMe[unsafe-getters-setters]
165- get Version ( ) : void ,
165+ get Version ( ) : string ,
166166 // $FlowFixMe[unsafe-getters-setters]
167167 get constants ( ) : {
168168 reactNativeVersion: {
Original file line number Diff line number Diff line change 44 * This source code is licensed under the MIT license found in the
55 * LICENSE file in the root directory of this source tree.
66 *
7- * @generated SignedSource<<1f77cd57f1bd57ae59c61a1cc6a58d81 >>
7+ * @generated SignedSource<<9e1f5e0432c20ddc070ec9dced982591 >>
88 *
99 * This file was generated by scripts/js-api/build-types/index.js.
1010 */
@@ -5860,7 +5860,7 @@ declare type WebPlatform = {
58605860 get isDisableAnimations ( ) : boolean
58615861 get isTesting ( ) : boolean
58625862 get isTV ( ) : boolean
5863- get Version ( ) : void
5863+ get Version ( ) : string
58645864}
58655865declare type WindowsPlatform = {
58665866 OS : "windows"
You can’t perform that action at this time.
0 commit comments