react-native-owl icon indicating copy to clipboard operation
react-native-owl copied to clipboard

Can we skip the building step?

Open sospedra opened this issue 1 year ago • 2 comments

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 💜

sospedra avatar May 12 '23 14:05 sospedra

Are you by any chance overlooking the ios.binaryPath and android.binaryPath fields in the config: https://formidable.com/open-source/react-native-owl/docs/introduction/config-file?

andranikm97 avatar May 31 '23 11:05 andranikm97

Would be really nice to be able to use the Detox build without building it again.

Did you figure it out @sospedra ?

vforvasile avatar Jul 31 '23 11:07 vforvasile