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

feat: add component provider field for codegen #957

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

szymonrybczak
Copy link
Contributor

Summary

When installing this package with RN 0.77 there's a warning related to the missing field in codegenConfig, this PR fixes it 👍

Test Plan

  1. Create an app with 0.77
  2. Apply diff from this PR
  3. The warning shouldn't be no longer produced

What's required for testing (prerequisites)?

RN 0.77

What are the steps to reproduce (after prerequisites)?

Running pod install.

Compatibility

OS Implemented
iOS
Android

Checklist

  • I have tested this on a device and a simulator
  • I added the documentation in README.md
  • I updated the typed files (TS and Flow)

Copy link
Collaborator

@MrRefactor MrRefactor left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -126,6 +126,11 @@
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.reactnativepagerview"
},
"ios": {
Copy link
Member

Choose a reason for hiding this comment

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

should we also add this config for Android? Is it necessary?

@troZee troZee merged commit 6978185 into master Jan 17, 2025
1 check passed
@troZee troZee deleted the feat/add-component-provider branch January 17, 2025 13:02
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.

3 participants