Skip to content

Commit c803a5b

Browse files
SamChou19815facebook-github-bot
authored andcommitted
Enable mapped type (#38106)
Summary: Pull Request resolved: #38106 Changelog: [Internal] Reviewed By: gkz Differential Revision: D47081653 fbshipit-source-id: e739ac2c868aed39bc5168607074fc2ee69b49ae
1 parent 2df19ce commit c803a5b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.flowconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ packages/react-native/flow/
3232
[options]
3333
enums=true
3434
conditional_type=true
35+
mapped_type=true
3536
type_guards=true
3637

3738
emoji=true

.flowconfig.android

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ packages/react-native/flow/
3232
[options]
3333
enums=true
3434
conditional_type=true
35+
mapped_type=true
3536
type_guards=true
3637

3738
emoji=true

0 commit comments

Comments
 (0)