-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
[Standalone for Native Component] ActivityIndicator #23104
Conversation
All the imports connected to requireNativeComponent in ActivityIndicator was moved to a seperate file.
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.
Code analysis results:
eslint
found some issues.
Libraries/Components/ActivityIndicator/ActivityIndicatorNativeComponent.js
Outdated
Show resolved
Hide resolved
Libraries/Components/ActivityIndicator/ActivityIndicatorNativeComponent.js
Outdated
Show resolved
Hide resolved
@TheSavior, were the tests failing already or did this PR trigger them? |
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.
Code analysis results:
flow
found some issues.
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.
Code analysis results:
flow
found some issues.eslint
found some issues.
|
||
type NativeProps = $ReadOnly<{| | ||
...ViewProps, | ||
|
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.
prettier/prettier: Delete ··
|
||
type NativeProps = $ReadOnly<{| | ||
...ViewProps, | ||
|
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-trailing-spaces: Trailing spaces not allowed.
* See http://facebook.github.io/react-native/docs/activityindicator.html#size | ||
*/ | ||
size?: ?(number | 'small' | 'large'), | ||
|
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.
prettier/prettier: Delete ························
* See http://facebook.github.io/react-native/docs/activityindicator.html#size | ||
*/ | ||
size?: ?(number | 'small' | 'large'), | ||
|
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-trailing-spaces: Trailing spaces not allowed.
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.
Code analysis results:
eslint
found some issues.
|
||
type NativeProps = $ReadOnly<{| | ||
...ViewProps, | ||
|
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.
prettier/prettier: Delete ··
|
||
type NativeProps = $ReadOnly<{| | ||
...ViewProps, | ||
|
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-trailing-spaces: Trailing spaces not allowed.
* See http://facebook.github.io/react-native/docs/activityindicator.html#size | ||
*/ | ||
size?: ?(number | 'small' | 'large'), | ||
|
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.
prettier/prettier: Delete ························
* See http://facebook.github.io/react-native/docs/activityindicator.html#size | ||
*/ | ||
size?: ?(number | 'small' | 'large'), | ||
|
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-trailing-spaces: Trailing spaces not allowed.
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.
@cpojer has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
I'll ship this. Thanks for making this PR! :) |
@VisibleMarkov merged commit 5503355 into |
Summary: PR Related to: facebook#22990 Changelog: [Android][Changed] - All the imports connected to requireNativeComponent in ActivityIndicator was moved to a seperate file. Pull Request resolved: facebook#23104 Differential Revision: D13781451 Pulled By: cpojer fbshipit-source-id: 7204976d59a96abdaa81cdd7fd54fd001f7d1ee9
PR Related to: #22990
Changelog:
[Android][Changed] - All the imports connected to requireNativeComponent in ActivityIndicator was moved to a seperate file.
Test Plan: