-
Notifications
You must be signed in to change notification settings - Fork 957
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
Fix: #1435 #1444
Fix: #1435 #1444
Conversation
Try running it with Kitten Tricks |
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.
Cool 👍 But needs cosmetic changes
style={style} | ||
testID={testID}> |
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.
please fix the formatting
@@ -159,7 +159,7 @@ export class Spinner extends React.PureComponent<SpinnerProps> { | |||
const evaStyle = this.getComponentStyle(this.animation.toProps()); | |||
|
|||
return ( | |||
<View style={containerSize}> | |||
<View testID={this.props.testID} style={containerSize}> |
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.
multiline
Please read and mark the following check list before creating a pull request:
Fix for #1435
Short description of what this resolves: