ReactNative– tag –
-
[ReactNarive] macでexpoを使用した開発環境作成。brew,nodeを使用する。
brewのインストール Macのパッケージマネージャをインストール /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" nodeのインストール コンパイルに必要なnodeをインストールする。 brew in... -
React + Dockerでホットリロードが動かない時の対処方法「CHOKIDAR_USEPOLLING」を設定
動かない理由 If the project runs inside a virtual machine such as (a Vagrant provisioned) VirtualBox, create an .env file in your project directory if it doesn’t exist, and add CHOKIDAR_USEPOLLING=true to it. This ensures that the next t...
1