Hi!
We just recently updated our Expo version form 53 to 54. The new version supports (and defaults to) using precompiled react native. This does however not work with the react-native-piwik-pro-sdk. It gives the following error:
❌ ios/Pods/React-Core-prebuilt/React.xcframework/Modules/module.modulemap:2:19
umbrella header ‘React_Core/React_Core-umbrella.h’ not found
framework module React {
umbrella header “React_Core/React_Core-umbrella.h”
}
We had to opt out of using precompiled react native because of this. Is the package still maintained? And if so, when are we expecting support for Expo 54 and RN 0.81?
More details in this issue I created.