We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2eebf1 commit a213de5Copy full SHA for a213de5
android/app/src/main/jni/TurboModuleManagerDelegate.h
@@ -14,15 +14,8 @@ namespace ReactTestApp
14
: public facebook::jni::HybridClass<TurboModuleManagerDelegate,
15
facebook::react::TurboModuleManagerDelegate>
16
{
17
- // Signatures changed in 0.70 to avoid unnecessary string copies; see
18
- // https://github.com/facebook/react-native/commit/3337add547c60b84816ef5dad82f4ead2e8742ef
19
-#if __has_include(<ReactCommon/CompositeTurboModuleManagerDelegate.h>)
20
using SharedCallInvoker = const std::shared_ptr<facebook::react::CallInvoker> &;
21
using StringRef = const std::string &;
22
-#else
23
- using SharedCallInvoker = const std::shared_ptr<facebook::react::CallInvoker>;
24
- using StringRef = const std::string;
25
-#endif
26
27
public:
28
static constexpr auto kJavaDescriptor =
android/gradle-wrapper.js
@@ -34,7 +34,7 @@ const INT_MAX = 2 ** 31 - 1;
34
* @type {[number, [number, string], [number, string]][]}
35
*/
36
const GRADLE_VERSIONS = [
37
- [v(0, 76, 0), [v(8, 10, 2), "8.10.2"], [INT_MAX, ""]], // 0.76: [8.10.2, *)
+ [v(0, 76, 0), [v(8, 11, 1), "8.11.1"], [INT_MAX, ""]], // 0.76: [8.11.1, *)
38
[v(0, 75, 0), [v(8, 8, 0), "8.8"], [v(8, 9, 0), "8.8"]], // 0.75: [8.8, 8.9)
39
[v(0, 74, 0), [v(8, 6, 0), "8.6"], [v(8, 9, 0), "8.8"]], // 0.74: [8.6, 8.9)
40
[v(0, 73, 0), [v(8, 3, 0), "8.3"], [v(8, 9, 0), "8.8"]], // 0.73: [8.3, 8.9)
package.json
@@ -98,10 +98,10 @@
98
"uuid": "^11.0.0"
99
},
100
"peerDependencies": {
101
- "@callstack/react-native-visionos": "0.73 - 0.76",
+ "@callstack/react-native-visionos": "0.73 - 0.77",
102
"@expo/config-plugins": ">=5.0",
103
"react": "18.1 - 19.0",
104
- "react-native": "0.70 - 0.76 || >=0.77.0-0 <0.77.0",
+ "react-native": "0.70 - 0.77 || >=0.78.0-0 <0.78.0",
105
"react-native-macos": "^0.0.0-0 || 0.71 - 0.76",
106
"react-native-windows": "^0.0.0-0 || 0.70 - 0.76"
107
test/android/gradle-wrapper.test.ts
@@ -135,7 +135,7 @@ describe("configureGradleWrapper()", () => {
135
process.argv.push("run-android");
136
137
const cases = [
138
- ["8.9", "0.76.0", "gradle-8.10.2-bin.zip"],
+ ["8.9", "0.76.0", "gradle-8.11.1-bin.zip"],
139
["8.9", "0.75.0", "gradle-8.8-bin.zip"],
140
["8.7", "0.75.0", "gradle-8.8-bin.zip"],
141
["8.9", "0.74.0", "gradle-8.8-bin.zip"],
@@ -190,7 +190,7 @@ describe("configureGradleWrapper()", () => {
190
191
192
193
- ["8.10.2", "0.76.0"],
+ ["8.11.1", "0.76.0"],
194
["8.8", "0.75.0"],
195
["8.8", "0.74.0"],
196
["8.8", "0.73.0"],
yarn.lock
@@ -12043,10 +12043,10 @@ __metadata:
12043
typescript: "npm:^5.0.0"
12044
uuid: "npm:^11.0.0"
12045
peerDependencies:
12046
- "@callstack/react-native-visionos": 0.73 - 0.76
+ "@callstack/react-native-visionos": 0.73 - 0.77
12047
"@expo/config-plugins": ">=5.0"
12048
react: 18.1 - 19.0
12049
- react-native: 0.70 - 0.76 || >=0.77.0-0 <0.77.0
+ react-native: 0.70 - 0.77 || >=0.78.0-0 <0.78.0
12050
react-native-macos: ^0.0.0-0 || 0.71 - 0.76
12051
react-native-windows: ^0.0.0-0 || 0.70 - 0.76
12052
peerDependenciesMeta:
0 commit comments