BKMbigo / solitaire-compose

A simple solitaire card game
https://bkmbigo.github.io/solitaire-compose/
11 stars 0 forks source link

Compose Navigation #2

Closed BKMbigo closed 1 year ago

BKMbigo commented 1 year ago

This issue contains the logic utilized to implement navigation between different screens.

Current Navigation is platform-dependent and is implemented as follows:

Primarily, I would love to use Voyager in all platforms majorly because of its simple api.

BKMbigo commented 1 year ago

I am marking this as closed. However, In the future, I might opt to use a different navigation library on web targets (JS and Wasm). Until then, Voyager is the navigation library used