Skip to content

Conversation

@camilossantos2809
Copy link
Contributor

When using the version from master in my project with the new architecture enabled on iOS, I'm getting the following error:

React-Fabric/React_Fabric.framework/Headers/react/renderer/core/PropsMacros.h:11:10)

   9 |
  10 | #include <react/renderer/core/RawPropsPrimitives.h>
> 11 | #include <react/utils/fnv1a.h>
     |          ^ 'react/utils/fnv1a.h' file not found
  12 | #include <functional>

By checking the template from the library recommended by the React Native team (https://reactnative.dev/docs/the-new-architecture/create-module-library), I noticed that the project was missing the install_modules_dependencies function.

With this change, projects running React Native 0.79 and Expo 53 build successfully again.

Copy link
Member

@Naturalclar Naturalclar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@Naturalclar Naturalclar merged commit 7fd54e7 into react-native-progress-view:master Oct 3, 2025
4 of 6 checks passed
@camilossantos2809 camilossantos2809 deleted the fix-rn-0.79-expo-53 branch October 3, 2025 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants