Open
Description
I want to use this amazing library alongside our current Detox suite.
But building the app twice (4 times if we count the different OS) is an overkill.
I don't see the option to pass a path or something to owl
to indicate where the binaries are.
How does this library know what binary must run? Is this possible? I suspect that might be some sort of config that makes it possible but I don't know enough about the details of owl
to pull it off.
Thank you 💜
Metadata
Metadata
Assignees
Labels
No labels
Activity
andranikm97 commentedon May 31, 2023
Are you by any chance overlooking the
ios.binaryPath
andandroid.binaryPath
fields in the config: https://formidable.com/open-source/react-native-owl/docs/introduction/config-file?vforvasile commentedon Jul 31, 2023
Would be really nice to be able to use the Detox build without building it again.
Did you figure it out @sospedra ?