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 Feb 2, 2024
1 parent f21abfc commit c5223eb
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 @@ -58,7 +58,7 @@ const CORE_LIBRARIES_WITH_OUTPUT_FOLDER = {
),
},
};
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 c5223eb

Please sign in to comment.