Skip to content

Commit

Permalink
Fix codegen issues for RNTester after renaming package (#40)
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/react-native/scripts/codegen/generate-artifacts-executor.js
  • Loading branch information
okwasniewski committed Apr 5, 2024
1 parent 4c558c0 commit 37fb8bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const CORE_LIBRARIES_WITH_OUTPUT_FOLDER = {
rncore: path.join(REACT_NATIVE_PACKAGE_ROOT_FOLDER, 'ReactCommon'),
FBReactNativeSpec: null,
};
const REACT_NATIVE_DEPENDENCY_NAME = 'react-native';
const REACT_NATIVE_DEPENDENCY_NAME = '@callstack/react-native-visionos';

// HELPERS

Expand Down
3 changes: 2 additions & 1 deletion packages/rn-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
},
"peerDependencies": {
"react": "18.2.0",
"react-native": "*"
"react-native": "*",
"@callstack/react-native-visionos": "*"
},
"codegenConfig": {
"name": "AppSpecs",
Expand Down

0 comments on commit 37fb8bb

Please sign in to comment.