We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c4235 commit 13aad56Copy full SHA for 13aad56
2 files changed
packages/react-native/scripts/codegen/generate-artifacts-executor.js
@@ -57,7 +57,7 @@ const CORE_LIBRARIES_WITH_OUTPUT_FOLDER = {
57
),
58
},
59
};
60
-const REACT_NATIVE = 'react-native';
+const REACT_NATIVE = '@callstack/react-native-visionos';
61
62
// HELPERS
63
packages/rn-tester/package.json
@@ -29,7 +29,8 @@
29
30
"peerDependencies": {
31
"react": "18.2.0",
32
- "react-native": "*"
+ "react-native": "*",
33
+ "@callstack/react-native-visionos": "*"
34
35
"codegenConfig": {
36
"name": "AppSpecs",
0 commit comments