Implement multi-platform Preferences
Closed this issue · 0 comments
maximbircu commented
Abstract
We need to implement a multiplatform Preferences mechanism to be able to persist configuration values on both iOS and Android.
Requirements
Implement multiplatform Preferences and use it as a dev tool configuration store.
Consumer flow
- Open the sample app;
- Notice a toggle tool on the screen; (Remember it's current state)
- Update the toggle tool
- Restart the app and make sure the configuration value was persisted and you don't see the old one.