Skip to content

Commit 66708e3

Browse files
Fix Android Build
1 parent 810e2a6 commit 66708e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-native/ReactNativeApi.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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<<b56aa13d53b10140225651b9701de96d>>
7+
* @generated SignedSource<<b484048eb6c9716bb6f5888a2b44ea78>>
88
*
99
* This file was generated by scripts/build-types/index.js.
1010
*/
@@ -5850,7 +5850,7 @@ declare type WebPlatform = {
58505850
get isDisableAnimations(): boolean
58515851
get isTesting(): boolean
58525852
get isTV(): boolean
5853-
get Version(): void
5853+
get Version(): typeof undefined
58545854
}
58555855
declare type WindowsPlatform = {
58565856
OS: "windows"

0 commit comments

Comments
 (0)