创建项目
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
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。