Expenso
Expenso copied to clipboard
Multiple Currency Preference (Global)
Currently we're only showing only one supported currency (INR). We need to show the global currency preference screen to select users preferred currency!
Approach ✍️
- Use DataStore to store the selected currency
- Use recycler view to show all currency name, country flag & country
- Selected state should be visible to user. They can change anytime they want
Expected Outcome👇
assign me this