Skip to content

Commit 13aad56

Browse files
committed
Fix codegen issues for RNTester after renaming package (#40)
1 parent f7c4235 commit 13aad56

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/react-native/scripts/codegen/generate-artifacts-executor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const CORE_LIBRARIES_WITH_OUTPUT_FOLDER = {
5757
),
5858
},
5959
};
60-
const REACT_NATIVE = 'react-native';
60+
const REACT_NATIVE = '@callstack/react-native-visionos';
6161

6262
// HELPERS
6363

packages/rn-tester/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
},
3030
"peerDependencies": {
3131
"react": "18.2.0",
32-
"react-native": "*"
32+
"react-native": "*",
33+
"@callstack/react-native-visionos": "*"
3334
},
3435
"codegenConfig": {
3536
"name": "AppSpecs",

0 commit comments

Comments
 (0)