I have a use case where I want to preserve my existing metro dev+debug workflow and incrementally adopt expo-dev-client and expo-dev-launcher behind a npm script command. (Not for all android debug builds)
Is there a way to conditionally use expo-dev-client/expo-dev-launcher?
It would be quite helpful to have a configurablity to do so.