Common flows for Android and iOS or separation of flows? #2206
Closed
jbouche-work
started this conversation in
General
Replies: 1 comment
-
Rubbish answer, but "it depends". How much platform-specific stuff is there gonna be in the flow? It all comes down to readability / maintainability trade-off. Harder to maintain multiple files. Harder to maintain a single file that's hard to understand. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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