Replies: 1 comment
-
|
I believe this is a duplicate of some issues open with regards to Expo and it's attempt to use the new react-native prebuilts on iOS I believe you need to disable that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue
React Native 0.81.0/0.81.5 appears to have compatibility issues with
@react-native-firebasev23.5.0, causing build failures.Environment
@react-native-firebase/app: ^23.5.0@react-native-firebase/auth: ^23.5.0@react-native-firebase/firestore: ^23.5.0Error Details
When building with React Native 0.81, I'm encountering build errors in the native modules:
Errors observed:
Type errors in RNFBFirestore native modules:
RNFBFirestoreModule.mmand related filesHeader file not found errors:
react/renderer/components/image/conversions.hfile not foundWorklets compatibility:
react-native-workletsreports: "React Native version is not compatible with Worklets" for RN 0.82.0What I've tried
Questions
Additional Context
npx expo prebuilduse_frameworks! :linkage => :staticAny guidance would be greatly appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions