mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Update react native to 0.76.9 (#2974)
* Changes according to the RN upgrade helper * Update .flowconfig * Update Gemfile.lock * Fix typo in minimunSDK version specified * Disable New Architecture * Prefer double-quotes * Update .flowconfig * Update vision camera patch version number * Update package-lock.json * Update Podfile.lock * Remove no longer needed mock
This commit is contained in:
20
.flowconfig
20
.flowconfig
@@ -35,6 +35,25 @@ node_modules/react-native/Libraries/polyfills/.*
|
||||
.*/node_modules/hermes-estree/dist/predicates.js.flow
|
||||
.*/node_modules/react-native/Libraries/Renderer/shims/ReactNativeTypes.js
|
||||
.*/node_modules/react-native/Libraries/Text/TextNativeComponent.js
|
||||
.*/node_modules/react-native/flow/jest.js
|
||||
.*/node_modules/@react-native/community-cli-plugin/dist/commands/start/middleware.js.flow
|
||||
.*/node_modules/@react-native/community-cli-plugin/dist/utils/errors.js.flow
|
||||
.*/node_modules/@react-native/community-cli-plugin/dist/utils/logger.js.flow
|
||||
.*/node_modules/@react-native/dev-middleware/dist/inspector-proxy/types.js.flow
|
||||
.*/node_modules/babel-plugin-syntax-hermes-parser/node_modules/hermes-parser/dist/traverse/getVisitorKeys.js.flow
|
||||
.*/node_modules/metro-babel-transformer/node_modules/hermes-parser/dist/traverse/getVisitorKeys.js.flow
|
||||
.*/node_modules/metro-file-map/src/lib/TreeFS.js.flow
|
||||
.*/node_modules/metro-resolver/src/PackageExportsResolve.js.flow
|
||||
.*/node_modules/metro-source-map/src/generateFunctionMap.js.flow
|
||||
.*/node_modules/metro-transform-worker/src/index.js.flow
|
||||
.*/node_modules/metro/node_modules/hermes-parser/dist/traverse/getVisitorKeys.js.flow
|
||||
.*/node_modules/metro/src/ModuleGraph/worker/collectDependencies.js.flow
|
||||
.*/node_modules/metro/src/Server.js.flow
|
||||
.*/node_modules/react-native/Libraries/Animated/components/AnimatedView.js
|
||||
.*/node_modules/react-native/Libraries/Animated/createAnimatedComponent.js
|
||||
.*/node_modules/react-native/Libraries/Animated/nodes/AnimatedObject.js
|
||||
.*/node_modules/react-native/Libraries/vendor/emitter/EventEmitter.js
|
||||
.*/node_modules/react-native/src/private/animated/NativeAnimatedHelper.js
|
||||
|
||||
[untyped]
|
||||
.*/node_modules/@react-native-community/cli/.*/.*
|
||||
@@ -43,7 +62,6 @@ node_modules/react-native/Libraries/polyfills/.*
|
||||
|
||||
[libs]
|
||||
node_modules/react-native/interface.js
|
||||
node_modules/react-native/flow/
|
||||
|
||||
[options]
|
||||
emoji=true
|
||||
|
||||
Reference in New Issue
Block a user