-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Wallet] Country feature flags and changes for countries where CP-DOTO is restricted #5613
Conversation
… the exchange rate is fetched
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job with the test suite improvements! 👏
Hi @jeanregisser Verified task using latest Test flight build v1.4.0 (28) and Android play store (internal build) v1.4.0 (1004294317)
Need Clarification:
Also, let us know if we need to verify any thing else in this task? |
This is all expected thanks. |
Description
This PR covers the following changes:
src/flags.ts
, helpers are insrc/utils/countryFeatures.ts
(there's auseCountryFeatures
hook for easy usage within components).See designs on Figma (not entirely up-to-date with latest discussions):
Other changes
react-native-reanimated
to fix issue with mock during jest testsDrawerNavigator
ExchangeHomeScreen
Tested
Menu (PH, CP-DOTO restricted) with/without CELO balance
Exchange Home screen (PH, CP-DOTO restricted) with/without CELO balance
Menu (US, non CP-DOTO restricted) with/without CELO balance
Exchange Home screen (non CP-DOTO restricted) with/without CELO balance
Related issues
Backwards compatibility
Yes