-
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
[template] Implement changes to enable native modules auto linking #24506
Conversation
…o feat/auto-init # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
|
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.
Thank you for this PR. Autolinking FTW.
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 is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This pull request was successfully merged by @Salakar in 261197d. When will my fix make it into a release? | Upcoming Releases |
Summary: The iOS End-to-End tests started failing with the updates made to the iOS template's Podfile in 261197d. Undoing these gets our CI iOS e2e test step back to green. [iOS] [Removed] - Revert auto-linking related changes to the iOS template Podfile Pull Request resolved: #24788 Differential Revision: D15317895 Pulled By: cpojer fbshipit-source-id: a1f3b84b39c6d341740f742d83fd05a1ab841184
Summary: Replaces #24099 (original PR became detached for some reason) Implements the template changes required to enable native modules auto-linking for both Android & iOS. Requires the following to be merged first and an updated CLI to be published: - [x] react-native-community/cli#254 - [x] react-native-community/cli#256 - [x] react-native-community/cli#258 cc grabbou thymikee orta for review - [ ] #24517 update CLI version) [TEMPLATE] [FEATURE] - Enable auto-initialization/linking of react native modules for new projects Pull Request resolved: #24506 Differential Revision: D15062701 Pulled By: cpojer fbshipit-source-id: 65296cbec2925405fe8033de71910325e0c719bc # Conflicts: # template/ios/Podfile
Summary
Replaces #24099 (original PR became detached for some reason)
Implements the template changes required to enable native modules auto-linking for both Android & iOS.
Requires the following to be merged first and an updated CLI to be published:
cc @grabbou @thymikee @orta for review
Depends on
Changelog
[TEMPLATE] [FEATURE] - Enable auto-initialization/linking of react native modules for new projects
Test Plan