Last active
July 14, 2023 21:44
-
-
Save cmilfont/838c697e03992749c8cfb5c1554b7478 to your computer and use it in GitHub Desktop.
Create React Native project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/[email protected] --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 |
Author
cmilfont
commented
Jul 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment