-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New login screen 3 #562
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
New login screen 3 #562
Conversation
| @@ -1,45 +1,416 @@ | |||
| import React, { Component } from 'react'; | |||
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.
Just fyi, the above images are too big. 512 x 512. In the future compress them down to a smaller 128 x 128 & also provide a @2x & @3x for different phone sizes.
This might be useful to read: https://facebook.github.io/react-native/docs/images.html#static-image-resources
| return !fontLoaded | ||
| ? <Text> Loading... </Text> | ||
| : <ScrollView | ||
| scrollEnabled={false} |
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.
weird formatting. Also if a return is multi-line consider using () for readability
| <Button | ||
| text="Login here" | ||
| textStyle={styles.loginHereText} | ||
| containerStyle={{ flex: -1 }} |
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.
never seen a negative flex before. What is this doing?
| colors: ['#FF9800', '#F44336'], | ||
| start: [1, 0], | ||
| end: [0.2, 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.
💯
Monte9
left a comment
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.
LGTM
|
@martinezguillaume solid implementation! 🔥 gj! Left a few comments. But looks good overall. Merging it into |
New login screen 🏌🏻
This pr has a dependency with this pr