創建項目
npx @react-native-community/cli init 項目名稱
依賴組件
brew update
brew upgrade openssl readline libyaml gmp
新版本的macos
git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
rbenv環境
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
#按照ruby的版本
rbenv install 3.4.6
#查詢結果
rbenv versions
切換ruby 版本
rbenv global 3.4.6