Skip to content

Commit 678c2f7

Browse files
authored
fix(macos): declare support for 0.74 (#2178)
And bump the whole repo to 0.74.
1 parent 7d022e0 commit 678c2f7

File tree

9 files changed

+2077
-1551
lines changed

9 files changed

+2077
-1551
lines changed

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"groupName": "@react-native-community/cli",
77
"matchPackagePrefixes": ["@react-native-community/cli"],
8-
"allowedVersions": "^12.0.0"
8+
"allowedVersions": "^13.6.0"
99
},
1010
{
1111
"groupName": "Android CameraX",
@@ -63,7 +63,7 @@
6363
"react-native-macos",
6464
"react-native-windows"
6565
],
66-
"allowedVersions": "^0.73.0"
66+
"allowedVersions": "^0.74.0"
6767
}
6868
],
6969
"postUpdateOptions": ["yarnDedupeHighest"],

.yarnrc.yml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,10 @@ logFilters:
1414
nodeLinker: node-modules
1515
npmRegistryServer: "https://registry.npmjs.org"
1616
packageExtensions:
17-
babel-plugin-transform-flow-enums@*:
18-
peerDependencies:
19-
"@babel/core": ^7.20.0
20-
17+
react-native-windows@*:
2118
peerDependenciesMeta:
22-
memfs:
23-
optional: true
24-
quill-delta:
25-
optional: true
26-
rxjs:
19+
"@types/react":
2720
optional: true
28-
tslib:
29-
optional: true
30-
react-native-macos@*:
31-
peerDependencies:
32-
"@babel/preset-env": ^7.1.6
33-
react-native: "*"
34-
react-native-windows@*:
35-
peerDependencies:
36-
"@babel/preset-env": ^7.1.6
37-
react-native@*:
38-
peerDependencies:
39-
"@babel/preset-env": ^7.1.6
4021
plugins:
4122
- path: .yarn/plugins/@yarnpkg/plugin-compat.cjs
4223
spec: "@yarnpkg/plugin-compat"

example/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android.useAndroidX=true
2727
# Automatically convert third-party libraries to use AndroidX
2828
android.enableJetifier=true
2929
# Jetifier randomly fails on these libraries
30-
android.jetifier.ignorelist=hermes-android
30+
android.jetifier.ignorelist=hermes-android,react-android
3131

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

0 commit comments

Comments
 (0)