- why use bundle in ios : https://tingyishih.medium.com/why-bundle-exec-whats-the-difference-ae7ba488a324
- migration : https://medium.com/@jrapala/migrating-your-react-native-ios-project-to-use-cocoapods-6feaca235d7e
Bundle init
$ bundle init # -> Gemfile이 생성됨

# frozen_string_literal: true source "https://rubygems.org" # gem "rails"
처음 생성된 Gemfile의 내용은 위와 같다.
Bundle install
$ bundle install


기본적인 디펜던시 정보들과 버전 정보가 기입된다.