Skip to content

Commit

Permalink
RN0.64 42/*: Turn off types_first in native
Browse files Browse the repository at this point in the history
Summary: This silences ~1000 errors and lets us move forward with the React Native 0.64 upgrade without blocking on `types_first`. (I'll try to figure out `types_first` as a later step.)

Test Plan:
I tested the whole upgrade together:

1. Compile and run iOS and Android on release and debug
2. Make sure Flow typechecks
3. Make sure debugging tools still work

Reviewers: palys-swm

Reviewed By: palys-swm

Subscribers: KatPo, Adrian, atul

Differential Revision: https://phabricator.ashoat.com/D1738
  • Loading branch information
Ashoat committed Jul 16, 2021
1 parent b6b486c commit d1cb7dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native/.flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ suppress_type=$FlowFixMe
suppress_type=$FlowFixMeProps
suppress_type=$FlowFixMeState

types_first=false

[lints]
sketchy-null-number=warn
sketchy-null-mixed=warn
Expand Down

0 comments on commit d1cb7dc

Please sign in to comment.