From 9c0441b8a100bbc4e47c8ba725b30ea979bb61e8 Mon Sep 17 00:00:00 2001 From: trashcoder Date: Tue, 4 Jul 2023 09:47:53 -0700 Subject: [PATCH] Update globals.d.ts for File declaration in Typescript (#38165) Summary: In Webstorm or VSCode when using Typescript the declaration of the class "File" is missing. So both IDEs show "File" as error. With this change it fixes the issue https://github.com/facebook/react-native/issues/38061 . ## Changelog: [GENERAL] [FIXED] Fixed missing File declaration in Typescript global.d.ts