Common flows for Android and iOS or separation of flows? #2206
Unanswered
jbouche-work
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Do you recommand to have common flows for Android and iOS with conditions ?
Flows :
-- common-test-feature-x.yaml
-- common-test-feature-y.yaml
-- common-test-feature-z.yaml
Or do you recommand to create specific flows for iOS and specific flows for Android ?
Flows :
-- Android
---- android-test-feature-x.yaml
---- android-test-feature-y.yaml
---- android-test-feature-z.yaml
-- iOS
---- ios-test-feature-x.yaml
---- ios-test-feature-y.yaml
---- ios-test-feature-z.yaml
Our mobile app has some minor differences between the iOS version and the Android version.
Jérôme.
Beta Was this translation helpful? Give feedback.
All reactions