up:: React Native

React NativeでWindowsのUWPアプリを作るためのフレームワーク。

Dependencies

管理者権限で以下のコマンドを使う。

Set-ExecutionPolicy Unrestricted -Scope Process -Force;
iex (New-Object System.Net.WebClient).DownloadString('https://aka.ms/rnw-vs2022-deps.ps1');