Skip to content

Commit

Permalink
fix(macos): declare support for 0.74 (#2178)
Browse files Browse the repository at this point in the history
And bump the whole repo to 0.74.
  • Loading branch information
tido64 committed Aug 14, 2024
1 parent 7d022e0 commit 678c2f7
Show file tree
Hide file tree
Showing 9 changed files with 2,077 additions and 1,551 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"groupName": "@react-native-community/cli",
"matchPackagePrefixes": ["@react-native-community/cli"],
"allowedVersions": "^12.0.0"
"allowedVersions": "^13.6.0"
},
{
"groupName": "Android CameraX",
Expand Down Expand Up @@ -63,7 +63,7 @@
"react-native-macos",
"react-native-windows"
],
"allowedVersions": "^0.73.0"
"allowedVersions": "^0.74.0"
}
],
"postUpdateOptions": ["yarnDedupeHighest"],
Expand Down
23 changes: 2 additions & 21 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,10 @@ logFilters:
nodeLinker: node-modules
npmRegistryServer: "https://registry.npmjs.org"
packageExtensions:
babel-plugin-transform-flow-enums@*:
peerDependencies:
"@babel/core": ^7.20.0
memfs@4.x:
react-native-windows@*:
peerDependenciesMeta:
memfs:
optional: true
quill-delta:
optional: true
rxjs:
"@types/react":
optional: true
tslib:
optional: true
react-native-macos@*:
peerDependencies:
"@babel/preset-env": ^7.1.6
react-native: "*"
react-native-windows@*:
peerDependencies:
"@babel/preset-env": ^7.1.6
react-native@*:
peerDependencies:
"@babel/preset-env": ^7.1.6
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-compat.cjs
spec: "@yarnpkg/plugin-compat"
Expand Down
2 changes: 1 addition & 1 deletion example/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Jetifier randomly fails on these libraries
android.jetifier.ignorelist=hermes-android
android.jetifier.ignorelist=hermes-android,react-android

# Use this property to specify which architecture you want to build.
# You can also override it from the CLI using
Expand Down
Loading

0 comments on commit 678c2f7

Please sign in to comment.