### What happened? Expected behavior: - macOS and Windows platform support should be added to the project (react-native-macos / react-native-windows). Actual behavior: - The init process reports: - “react-native-macos@0.81 cannot be added because it does not exist or is unsupported” - “react-native-windows@0.81 cannot be added because it does not exist or is unsupported” - The generated project lacks macOS/Windows support. ### Version 5.0.8 ### What platforms are you seeing this issue on? - [ ] Android - [ ] iOS - [x] macOS - [ ] visionOS - [x] Windows ### System Information ```true - Command: npx --package react-native-test-app@5.0.8 init - Platform selections: Android, iOS, macOS, Windows - App name: REDACTEDApp - Project folder: redacted-app ``` ### Steps to Reproduce 1. Run: npx --package react-native-test-app@5.0.8 init 2. Answer prompts and select Android, iOS, macOS, Windows. 3. Finish initialization. ### Code of Conduct - [x] I agree to follow this project's Code of Conduct