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

Bazel 6 async node plugin ios updates #349

Merged
merged 5 commits into from
Apr 29, 2024

Conversation

nancywu1
Copy link
Contributor

  • Update iOS AsyncNodePlugin to take array of plugins to match core plugin changes
  • move UI tests to to be with other UI tests

Change Type (required)

Indicate the type of change your pull request is:

  • patch
  • minor
  • major

Does your PR have any documentation updates?

  • Updated docs
  • No Update needed
  • Unable to update docs

@nancywu1 nancywu1 changed the title async node plugin ios updates Bazel 6 async node plugin ios updates Apr 25, 2024
Copy link
Contributor

@hborawski hborawski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remove these duplicate AsyncNodePlugin files that got put in the wrong directory from the main sync?

https://github.com/player-ui/player/tree/475c6b049c5aed7e2da5c397cddf7b718b00f399/ios/plugins/AsyncNodePlugin

ios/BUILD.bazel Outdated Show resolved Hide resolved
ios/README.md Outdated
@@ -133,6 +133,16 @@ The `name` passed into `ios_plugin` or `swiftui_plugin` is prefixed with `Player
ios_plugin(name = "ExamplePlugin")
```

for iOS Plugins the js_pipeline for the core plugin should have `native_bundle` should be set to `ExamplePlugin` to match the `name` in the ios_plugin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
for iOS Plugins the js_pipeline for the core plugin should have `native_bundle` should be set to `ExamplePlugin` to match the `name` in the ios_plugin
For iOS plugins the `js_pipeline` for the core plugin should have `native_bundle` should be set to `ExamplePlugin` to match the `name` in the ios_plugin

@nancywu1 nancywu1 requested a review from KetanReddy as a code owner April 26, 2024 18:20
Co-authored-by: Harris Borawski <harrisborawski@gmail.com>
@nancywu1 nancywu1 merged commit 2710793 into bazel-6 Apr 29, 2024
6 of 8 checks passed
@nancywu1 nancywu1 deleted the ios-async-node-plugin-updates branch April 29, 2024 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants