Can't make it work on iOS
See original GitHub issueI followed this guide to setup a new project, android one work great but iOS on doesn’t. I’ve tried both new architecture and casual architecture.
Issue:
'react/renderer/components/navigation-react-native/ShadowNodes.h' file not found

Dependencies:
"dependencies": {
"navigation": "^6.1.0",
"navigation-react": "^4.5.1",
"navigation-react-native": "^8.10.0",
"react": "18.0.0",
"react-native": "0.69.4"
},
System info
info Fetching system and libraries information...
System:
OS: macOS 12.5.1
CPU: (8) x64 Apple M1
Memory: 31.61 MB / 16.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 18.7.0 - /usr/local/bin/node
Yarn: 1.22.19 - ~/.nvm/versions/node/v18.7.0/bin/yarn
npm: 8.15.0 - ~/.nvm/versions/node/v18.7.0/bin/npm
Watchman: 2022.07.04.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.3 - /Users/tuannguyen/.rvm/gems/ruby-2.7.5/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.4, iOS 15.5, macOS 12.3, tvOS 15.4, watchOS 8.5
Android SDK:
API Levels: 28, 29, 30, 31, 32, 33
Build Tools: 28.0.3, 29.0.2, 30.0.2, 30.0.3, 31.0.0, 32.0.0, 32.1.0
System Images: android-30 | Wear OS 3 - Preview ARM 64 v8a, android-32 | Google APIs ARM 64 v8a, android-33 | Google Play ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2021.2 AI-212.5712.43.2112.8512546
Xcode: 13.4.1/13F100 - /usr/bin/xcodebuild
Languages:
Java: 11.0.11 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.0.0 => 18.0.0
react-native: 0.69.4 => 0.69.4
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:14 (7 by maintainers)
Top Results From Across the Web
If you can't activate your iPhone or iPad (Wi-Fi + Cellular)
If your iPhone or iPad (Wi-Fi + Cellular) can't be activated or an alert says the activation server is unavailable or the SIM...
Read more >Google app won't display search results - iPhone & iPad
If you don't get search results in the Google app, you might need to change ... You can resolve errors like: "Unfortunately Google...
Read more >Troubleshoot OneDrive for iOS app problems - Microsoft Support
We're sorry you're having trouble with your OneDrive for iOS mobile app. Let's get the issue sorted out as quickly as possible.
Read more >Is iMessage not working? Here's how to fix it on your iPhone ...
As a last resort, you could do a full Reset… In Settings go to General > Reset. 10. Ask Apple. If you are...
Read more >No Sound Coming From Your iPhone? Here are 7 Simple ...
Bugs : These are errors in the iPhone's firmware that cause unintended results, such as audio not working on calls. Bugs can occur...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

It works now. Thank you so much.
@grahammendick Hum, slow it down a bit. I said that I tried old architecture but it doesn’t work (1), then I continue with the new architecture (2), but it failed too. I will try to clone the project again and then follow exactly what you’ve posted above.