callstack / react-native-visionos

A framework for building native visionOS applications using React
https://callstack.github.io/react-native-visionos-docs/
MIT License
1.02k stars 30 forks source link

Cannot find module @callstack/out-of-tree-platforms after run yarn start --reset-cache in rn-tester app #48

Closed Marcoo09 closed 11 months ago

Marcoo09 commented 12 months ago

Description

What is the current behavior?

I found an error running the rn-tester app bundle of react-native-visionos with 'yarn start --reset-cache'. I installed a missing dependency to fix this error, but want to confirm if there's an issue with my setup.

React Native Version

0.74.0-nightly-20231205

Output of npx react-native info

System: OS: macOS 14.1 CPU: (10) arm64 Apple M2 Pro Memory: 311.94 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 18.18.2 path: ~/.nvm/versions/node/v18.18.2/bin/node Yarn: version: 1.22.19 path: /opt/homebrew/bin/yarn npm: version: 9.8.1 path: ~/.nvm/versions/node/v18.18.2/bin/npm Watchman: version: 2023.10.23.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.14.3 SDKs: iOS SDK: Platforms:

Steps to reproduce

Try to run yarn start in rn-tester app.

Snack, screenshot, or link to a repository

Don't needed.

okwasniewski commented 12 months ago

Hey! Thanks for opening the issue. Can you check if #50 fixes this issue?

Marcoo09 commented 12 months ago

Hey @okwasniewski. Yes, it works now!