Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 25.2k
OP-SQLite cannot build with 0.74RC and bridgeless #43204
Copy link
Copy link
Closed
Labels
Needs: AttentionIssues where the author has responded to feedback.Issues where the author has responded to feedback.Needs: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.Type: New ArchitectureIssues and PRs related to new architecture (Fabric/Turbo Modules)Issues and PRs related to new architecture (Fabric/Turbo Modules)
Description
Metadata
Metadata
Assignees
Labels
Needs: AttentionIssues where the author has responded to feedback.Issues where the author has responded to feedback.Needs: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.Type: New ArchitectureIssues and PRs related to new architecture (Fabric/Turbo Modules)Issues and PRs related to new architecture (Fabric/Turbo Modules)
Description
Hi, I'm trying to test the library against the latest RC and also trying to get bridgeless to work. So far I'm facing two issues with the included example app in my library repo.
iOS:
It seems the codegen script is expecting the src files to be in node_modules, but the builder-bob template links the dependency directly via
react-native.config.js:And I get the following error when trying to install the pods:
Android
After turning on all the flags (and bumping the minSDK to 23) I get a compilation error but no output to what is wrong:
Steps to reproduce
If you want to take a look yourself here is the branch. Just install deps via
yarnand then try to run the example app:cd example && yarn androidor the equivalent iOS commands.React Native Version
0.74.0-rc.0
Affected Platforms
Build - MacOS
Areas
Bridgeless - The New Initialization Flow
Output of
npx react-native infoReproducer
https://github.com/OP-Engineering/op-sqlite/tree/bridgeless
Screenshots and Videos
No response