react-native-owl
react-native-owl copied to clipboard
Can we skip the building step?
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 💜
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?
Would be really nice to be able to use the Detox build without building it again.
Did you figure it out @sospedra ?