Skip to content
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

Closed
wants to merge 7 commits into from

Conversation

Kriyszig
Copy link

@Kriyszig Kriyszig commented Jan 22, 2019

PR Related to: #22990

Changelog:
[Android][Changed] - All the imports connected to requireNativeComponent in ActivityIndicator was moved to a seperate file.

Test Plan:

  • yarn flow
  • yarn lint
  • yarn prettier

All the imports connected to requireNativeComponent in ActivityIndicator was moved to  a seperate file.
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 22, 2019
@Kriyszig Kriyszig changed the title [ [Standalone for Native Component] ActivityIndicator Jan 22, 2019
Copy link

@analysis-bot analysis-bot left a 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.

@Kriyszig
Copy link
Author

@TheSavior, were the tests failing already or did this PR trigger them?
Also if there are any changes needed, please let me know and I'll change it ASAP (^_^)

Copy link

@analysis-bot analysis-bot left a 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.

Copy link

@analysis-bot analysis-bot left a 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,

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,

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'),

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'),

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.

Copy link

@analysis-bot analysis-bot left a 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,

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,

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'),

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'),

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.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a 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.

@cpojer
Copy link
Contributor

cpojer commented Jan 23, 2019

I'll ship this. Thanks for making this PR! :)

@facebook-github-bot facebook-github-bot added the Import Started This pull request has been imported. This does not imply the PR has been approved. label Jan 23, 2019
@react-native-bot
Copy link
Collaborator

@VisibleMarkov merged commit 5503355 into facebook:master.

@facebook facebook locked as resolved and limited conversation to collaborators Jan 23, 2019
@react-native-bot react-native-bot added the Merged This PR has been merged. label Jan 23, 2019
@hramos hramos removed Import Started This pull request has been imported. This does not imply the PR has been approved. labels Feb 6, 2019
matt-oakes pushed a commit to matt-oakes/react-native that referenced this pull request Feb 7, 2019
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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Component: ActivityIndicator Merged This PR has been merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants