hash_combine.h' file not found
What happened?
/Users/macbook/Library/Developer/Xcode/DerivedData/..../Build/Products/Debug-iphoneos/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/Point.h:13:10 'react/utils/hash_combine.h' file not found
react-native-navigation version 7.43.0
react native version 0.76.9
What was the expected behaviour?
Run proper app
Was it tested on latest react-native-navigation?
- [x] I have tested this issue on the latest react-native-navigation release and it still reproduces.
Help us reproduce this issue!
No response
In what environment did this happen?
React Native Navigation version: 7.43.0 React Native version: 0.76.9 Has Fabric (React Native's new rendering system) enabled: (yes/no) do not know Node version: v18.20.8 Device model: iphone11 iOS version: 18.3.2
Facing the same issue here. Did you have any success?
For RN76+ and new architecture, you should use v8 as indicated by these release notes.
New architecture is enabled by default for 0.76+, if you're going to use a more stable version of RNN like 7.43.0 you should opt out of the new architecture. Assuming you're using Cocoapods just do RCT_NEW_ARCH_ENABLED=0 bundle exec pod install and see if that fixes your build error.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe the issue is still relevant, please test on the latest version and report back. Thank you for your contributions.
The issue has been closed for inactivity.