問題タブ [react-native-windows]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
react-native-windows - 「npx react-native run-windows」実行時のビルド エラー
npx react-native run-windows
反応するネイティブ Windows プロジェクト ディレクトリでnpx を実行した後、エラーが発生しました
× Building Solution: D:\Code\Visual Studio\IDE\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.WindowsSDK.targets(46,5):...
× Build failed with message Building Solution returned error code 1. Check your build configuration.
私は開発の依存関係をチェック
しました、Set-ExecutionPolicy Unrestricted -Scope Process -Force;
そして
iex (New-Object System.Net.WebClient).DownloadString('https://aka.ms/rnw-deps.ps1')
、それは良いです
react-native - データを返すWindowsスキャンwifiデバイスのネイティブに反応する
反応ネイティブでこのデバイスに関するデータを返すwifiデバイスをスキャンする必要があります。反応ネイティブIOSとアンドロイドの場合、react-native-iot-wifiとreact-native-wifi-rebornでできますが、RNWでは機能しません。これらのモジュールに互換性を持たせる方法はありますか? または、別の代替手段はありますか?
あなたが私を助けてくれることを願っています
お時間をいただきありがとうございます