• React Native Windows 0.80.0-preview.8
    • React Native 0.80.2
    • React 19.1.0 React Native Windows 0.80.0-preview.8
  • React Native Windows 0.80.0-preview.7
    • React Native 0.80.2
    • React 19.1.0 React Native Windows 0.80.0-preview.7
  • React Native Windows 0.80.0-preview.6
    • React Native 0.80.0
    • React 19.1.0 React Native Windows 0.80.0-preview.6
    • Migrate to the New Architecture
      npx react-native init-windows --template cpp-app --overwrite
      

      React Native Windows 0.80.0-preview.6 with New Architecture

    • with Visual Studio 2026 Insiders
      1. Use Visual Studio
        • Visual Studio 2026 Insiderでソリューションを開き、ターミナルで以下を実行
          yarn start
          
        • その後、ソリューションを実行すれば、アプリが実行できる React Native Windows 0.80.0-preview.6 with VS2026
      2. Use x64 Native Tools Command Prompt
        • x64 Native Tools Command Promptを起動し、プロジェクトのディレクトリに移動
        • 下記コマンドで実行
          npx @react-native-community/cli run-windows
          

          React Native Windows 0.80.0-preview.6 with x64 Native Tools Command Prompt

  • React Native Windows 0.79.0
    • React Native 0.79.3
    • React 19.0.0 WindowsSample