DolbyIO / comms-sdk-react-native

Dolby.io Communications SDK for React Native
https://www.npmjs.com/package/@dolbyio/comms-sdk-react-native
MIT License
8 stars 0 forks source link

In the example app navigation should driven by and enum or state pattern #260

Open graduad opened 1 year ago

graduad commented 1 year ago

Currently the navigation logic is very convoluted. It will be good to refactor this to use an enum or the state pattern. Exactly which of the approaches is better needs to be investigated.