This also upgrades us to React Native 0.70.4 and adds a number of files that get us ready for the New Architecture.

Co-authored-by: Ken-ichi Ueda <kenichi.ueda@gmail.com>
This commit is contained in:
Johannes Klein
2022-11-07 23:13:13 +01:00
committed by GitHub
parent 66bfd7fdc3
commit 99d306cd24
52 changed files with 12449 additions and 7887 deletions

View File

@@ -12,7 +12,11 @@ node_modules/react-native/Libraries/polyfills/.*
.*/Libraries/Utilities/LoadingView.js
; This is an intentionally malflormed package
.*/node_modules/resolve/test/resolver/malformed.*
.*/node_modules/resolve/test/resolver/malformed_package_json/package\.json$
; Ignore this file
.*/node_modules/react-native/sdks/hermes/external/flowtest/test/flow/comment_interning/program_comment_directive.js
[untyped]
.*/node_modules/@react-native-community/cli/.*/.*
@@ -28,6 +32,8 @@ emoji=true
exact_by_default=true
format.bracket_spacing=false
module.file_ext=.js
module.file_ext=.json
module.file_ext=.ios.js
@@ -56,7 +62,6 @@ nonstrict-import=warn
deprecated-type=warn
unsafe-getters-setters=warn
unnecessary-invariant=warn
signature-verification-failure=warn
[strict]
deprecated-type
@@ -68,4 +73,4 @@ untyped-import
untyped-type-import
[version]
^0.162.0
^0.182.0