In progress - React Native installation notes following React Docs
- install xcode and xcode cli tools
- install ruby
brew install rbenv ruby-buildrbenv install 3.1.2rbenv global 3.1.2-
- installing cocoapods gem not working, following steps to update mac's ruby version path
need to change bash profile
--
vi ~/.bash_profile-- appendeval "$(rbenv init - bash)"-- use esc +:x
- installing cocoapods gem not working, following steps to update mac's ruby version path
need to change bash profile
--