NodeJs version 16
- Install rbenv https://github.com/rbenv/rbenv
rbenv install 2.7.5
rbenv init
rbenv local 2.7.5
gem install bundler
sudo gem install cocoapods
If you are having trouble with iOS, try to reinstall the dependencies by running:
cd ios to navigate to the
bundle install to install Bundler
If needed: install a Ruby Version Manager and update the Ruby version
bundle exec pod install to install the iOS dependencies.
npm run start