Skip to content

Commit 2cfa27e

Browse files
rubennortegabrieldonadel
authored andcommitted
Move environment types (globals) from flow-typed/environment to src/types (facebook#49724)
Summary: Pull Request resolved: facebook#49724 Changelog: [internal] This moves the type definitions for the globals defined by React Native from the repository root to the `react-native` package, in the same directory as the existing TypeScript definitions. This will make it easier for end users to configure the globals from RN using the right source of truth. Reviewed By: huntie Differential Revision: D70322032 fbshipit-source-id: 932df75ded0c254f2acb32e865cbbb9474c94159
1 parent 96ad253 commit 2cfa27e

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed

.flowconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
flow-typed/
4242
packages/react-native/interface.js
4343
packages/react-native/flow/
44+
packages/react-native/src/types/
4445

4546
[options]
4647
enums=true

0 commit comments

Comments
 (0)