Skip to content

Instantly share code, notes, and snippets.

@cmilfont
Last active July 14, 2023 21:44
Show Gist options
  • Save cmilfont/838c697e03992749c8cfb5c1554b7478 to your computer and use it in GitHub Desktop.
Save cmilfont/838c697e03992749c8cfb5c1554b7478 to your computer and use it in GitHub Desktop.
Create React Native project
# Macos Ventura 13.4.1 (22F82) - Apple M1 Max
brew update
brew install openssl
curl -sSL https://get.rvm.io | bash
rvm install ruby-3.2 --enable-shared --with-openssl-dir=/opt/homebrew/opt/openssl@1.1 --with-out-ext=fiddle
sudo gem install cocoapods
sudo xcode-select --switch /Applications/Xcode.app #Open Xcode, then choose Settings -> Locations
npx react-native@latest init search --template react-native-template-typescript
@cmilfont
Copy link
Author

Screenshot 2023-07-14 at 18 42 48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment