badoo/Decompose

Add watchOS support

plusmobileapps opened this issue · 6 comments

  • Apple watchOS on ARM64 (Apple Watch Series 4 and newer)
  • ARM32 (earlier models) platforms
  • desktop simulators

May I ask how urgent is it?

Not urgent at all! Just putting this in the backlog when you get a chance. Perhaps even something I could help out with?

@plusmobileapps This should be like a 10 min task, unless I am missing something. The setup should be similar to tvos, I will appreciate your help. I'm planning a release next week, so as a last resort I will do it myself closer to the release.

I can try to give it a shot, although I think the MviKotlin watchOS support would be helpful to actually test the integration with watchOS. Guessing something similar as well for that library.

MVIKotlin is a bit trickier, as it has some advanced configuration (which I actually want to refactor at some point). So probably I will do it myself. Decompose does not depend on MVIKotlin, so can be updated separately. Tests will show if everything alright.

Closed via #156. Thanks @plusmobileapps for your contribution!