Skip to content

Commit

Permalink
fix flow issue with e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Mar 28, 2022
1 parent 754a544 commit b528395
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
; Ignore everything in android-patches
<PROJECT_ROOT>/android-patches/.*

; Ignore intentional malformed file in package.json
.*/node_modules/resolve/test/resolver/malformed_package_json/package.json

[untyped]
.*/node_modules/@react-native-community/cli/.*/.*

Expand Down
3 changes: 3 additions & 0 deletions template/_flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ node_modules/react-native/Libraries/polyfills/.*
; TODO(macOS GH#774): Ignore metro.config.js
<PROJECT_ROOT>/metro.config.js

; Ignore intentional malformed file in package.json
.*/node_modules/resolve/test/resolver/malformed_package_json/package.json

[untyped]
.*/node_modules/@react-native-community/cli/.*/.*

Expand Down

0 comments on commit b528395

Please sign in to comment.