Upgrade react-native-windows to 0.80 and add New Arch implementation for windows#659
Draft
anupriya13 wants to merge 3 commits intoreact-native-picker:masterfrom
Draft
Upgrade react-native-windows to 0.80 and add New Arch implementation for windows#659anupriya13 wants to merge 3 commits intoreact-native-picker:masterfrom
anupriya13 wants to merge 3 commits intoreact-native-picker:masterfrom
Conversation
* Initial plan * Upgrade react-native-windows to 0.80 and related dependencies Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> * Add eslint-plugin-ft-flow, upgrade Jest and Babel preset for React Native 0.80 Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> * Update Jest snapshots and add @babel/eslint-parser Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com>
…and Fabric implementation (#4) * Initial plan * Add Windows spec file and run codegen-windows Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> * Task completed: Added Windows spec file and ran codegen-windows Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> * Fix Windows codegen: exclude Android components and use existing RNCPicker spec Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> * Remove Android-generated headers from Windows codegen tracking Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> * Create separate Windows spec file with RNCPickerWindows component Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> * Add Fabric component stub implementations to windows/Picker files Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> * Delete _codeql_detected_source_root and fix Windows namespace in package.json Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> * Fix codegen * Fix codegen * Fix codegen * Add Fabric component stubs to Picker.h and Picker.cpp referencing Windows spec Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> * Addressing PR comments Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> * Remove RNW_NEW_ARCH conditional compilation - project is new arch only Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> * Fix namespace references - use ::Picker instead of ReactNativePicker Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> * your commit message --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In Progress