-
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] Added native phone picker #1310
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1310 +/- ##
========================================
Coverage ? 74%
========================================
Files ? 283
Lines ? 7521
Branches ? 955
========================================
Hits ? 5566
Misses ? 1843
Partials ? 112
Continue to review full report at Codecov.
|
79cb972
to
fb7bcd6
Compare
…org/celo-monorepo into martinvol/wallet-automatic-country
fb7bcd6
to
abdf441
Compare
…org/celo-monorepo into martinvol/wallet-automatic-country
@@ -3,12 +3,16 @@ import ValidatedTextInput, { | |||
PhoneValidatorProps, | |||
} from '@celo/react-components/components/ValidatedTextInput' | |||
import colors from '@celo/react-components/styles/colors' | |||
import SmsRetriever from '@celo/react-native-sms-retriever' |
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.
Have you confirmed that this doesn't break the verifier? Because it doesn't have this package set up so I assume the import would fail. Please run the verifier and double check the phone input screen is okay
…org/celo-monorepo into martinvol/wallet-automatic-country # Conflicts: # .circleci/config.yml
82ca701
to
25e6680
Compare
* master: (73 commits) Fix Ethstats Image reference (#1577) EU Cookies Behavior Change (#1447) [verifier] Upgrade to RN 61 (#1572) [Wallet] Update link styles and Implement VerificationEducationScreen (#1565) [wallet] Added native phone picker (#1310) [Wallet] Set up new verification screen skeletons (#1563) Bump e2e test migrate numbers where needed (#1567) [Wallet] Create new carousel component (#1555) [Wallet] Protect Backup Key and Safeguards with PIN (#1556) Increase ganache gas limit (#1569) Re-work locked gold requirements for validators and groups (#1474) Fix e2e on CI (#1537) Allow a specified address to disable/enable the Exchange (#1467) Avoid re-encrypting key files with yarn keys:encrypt command (#1560) Support protocol hotfixing (#613) Point e2e tests back (#1562) Refactor to Accounts.sol (#1392) Add selectIssuers Transaction (#1327) [Wallet] Get React Native Hot Reloading Working (#1551) Unify to prefix messages for signing (#1473) ...
Description
JoinCelo
screen now request phone number + country code so that the user can select from there and not type.Tested
Other changes
packages/mobile/locales/en.json
andpackages/mobile/locales/es.json
UpgradedDone after upgrading to RN 61react-native-device-info
inverifier
andwallet
to get access togetBaseOS()
Related issues
Backwards compatibility