FormidableLabs / FormidableLabs/react-native-owl
Yarn workspace support
Open
- Dominant language
- TypeScript
- Stars
- 694
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I'm very excited to try out this library.
Unfortunately, my app is in a yarn workspace.
Is there a way to configure where it is looking for the owl library?
I'm getting this error when I try to run owl build.
```
The resource `.../native-app/node_modules/react-native-owl/dist/client/index.app.js` was not found
```
The build script seems to be looking in the package for node_modules, but the node_modules are at the root of project because they were hoisted via yarn workspaces.
Contributor guide
Assessment
This issue has not been assessed yet.