-
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] Implement most of verification loading screen and skip modal #1566
Conversation
Use updated RN Geth to support hot reloading
…component Clean up related fonts and styles Implement VerificationEducationScreen
Implement skip modal in verification education screen Implement most of verification loading screen Remove unused dropdown modal package
Codecov Report
@@ Coverage Diff @@
## master #1566 +/- ##
==========================================
+ Coverage 73.86% 73.94% +0.08%
==========================================
Files 283 284 +1
Lines 7537 7565 +28
Branches 954 955 +1
==========================================
+ Hits 5567 5594 +27
- Misses 1858 1859 +1
Partials 112 112
Continue to review full report at Codecov.
|
packages/mobile/ios/Podfile.lock
Outdated
@@ -389,8 +392,6 @@ PODS: | |||
- React | |||
- RNPermissions (2.0.2): | |||
- React | |||
- RNRandomBytes (3.0.0): |
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.
Do you know why this is being removed?
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.
No but we don't seem to use it. Not sure why my cocopods removed it when Jean's didn't
@@ -99,8 +101,7 @@ | |||
"react-native-keyboard-aware-scroll-view": "^0.9.1", | |||
"react-native-localize": "^1.3.0", | |||
"react-native-mail": "^4.0.0", | |||
"react-native-modal": "^11.4.0", | |||
"react-native-modal-dropdown": "^0.7.0", |
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.
👍
expect(tree).toMatchSnapshot() | ||
expect(toJSON()).toMatchSnapshot() | ||
|
||
// And snapshot again after showing the modal |
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.
🙏
class VerificationLoadingScreen extends React.Component<Props> { | ||
static navigationOptions = { header: null } | ||
|
||
onCancel = () => { |
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.
what should happen here?
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.
We cancel the verification saga and go back to the education screen. Will do in next PR
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 👍
Just need to address the Podfile.lock
issue.
90b2be1
to
c23439a
Compare
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.
All good! Ship it 👍
Description
Tested
Relevant screens tested locally
still TODO test iOS, will do after done verification implementation
Related issues
Backwards compatibility
Yes