'React/RCTRuntimeExecutorModule.h' file not found in React Native 0.77.0-rc.3 #6828
Labels
Platform: iOS
This issue is specific to iOS
Repro provided
A reproduction with a snippet of code, snack or repo is provided
Description
I was trying out Reanimated on React Native
0.77.0-rc.3
, and hit this error while building for iOS in debug mode:/Users/tylerwilliams/reanimatedrepro/ios/Pods/Headers/Private/RNReanimated/reanimated/apple/REAModule.h:4:9 'React/RCTRuntimeExecutorModule.h' file not found
I think it may be related to the deprecation of
RCTRuntimeExecutorModule
in facebook/react-native#44377. I know this is a future version of React Native, but I hope this info is helpful in case you folks didn't have that deprecation on your radar yet.Steps to reproduce
yarn install
cd ios && pod install
yarn ios
(or build from xcode)This does not happen in React Native
0.75.6
with the same Reanimated version,3.16.5
, but if React Native is deprecating that module, I think the issue probably belongs in this repo. Happy to file it over there if you folks disagree.Snack or a link to a repository
https://github.com/coolsoftwaretyler/reanimated-rn-77-repro
Reanimated version
3.16.5
React Native version
0.77.0-rc.3
Platforms
iOS
JavaScript runtime
Hermes
Workflow
React Native
Architecture
Fabric (New Architecture)
Build type
Debug app & dev bundle
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: