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 <[email protected]> * Add eslint-plugin-ft-flow, upgrade Jest and Babel preset for React Native 0.80 Co-authored-by: anupriya13 <[email protected]> * Update Jest snapshots and add @babel/eslint-parser Co-authored-by: anupriya13 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: anupriya13 <[email protected]>
…and Fabric implementation (#4) * Initial plan * Add Windows spec file and run codegen-windows Co-authored-by: anupriya13 <[email protected]> * Task completed: Added Windows spec file and ran codegen-windows Co-authored-by: anupriya13 <[email protected]> * Fix Windows codegen: exclude Android components and use existing RNCPicker spec Co-authored-by: anupriya13 <[email protected]> * Remove Android-generated headers from Windows codegen tracking Co-authored-by: anupriya13 <[email protected]> * Create separate Windows spec file with RNCPickerWindows component Co-authored-by: anupriya13 <[email protected]> * Add Fabric component stub implementations to windows/Picker files Co-authored-by: anupriya13 <[email protected]> * Delete _codeql_detected_source_root and fix Windows namespace in package.json Co-authored-by: anupriya13 <[email protected]> * Fix codegen * Fix codegen * Fix codegen * Add Fabric component stubs to Picker.h and Picker.cpp referencing Windows spec Co-authored-by: anupriya13 <[email protected]> * Addressing PR comments Co-authored-by: anupriya13 <[email protected]> * Remove RNW_NEW_ARCH conditional compilation - project is new arch only Co-authored-by: anupriya13 <[email protected]> * Fix namespace references - use ::Picker instead of ReactNativePicker Co-authored-by: anupriya13 <[email protected]> * your commit message --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: anupriya13 <[email protected]>
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