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
  • Loading branch information
okwasniewski committed Dec 12, 2023
1 parent 5a12335 commit ec373d6
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 @@ -37,7 +37,7 @@ const CORE_LIBRARIES_WITH_OUTPUT_FOLDER = {
rncore: path.join(REACT_NATIVE_PACKAGE_ROOT_FOLDER, 'ReactCommon'),
FBReactNativeSpec: null,
};
const REACT_NATIVE = 'react-native';
const REACT_NATIVE = '@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 ec373d6

Please sign in to comment.