npx react-native init 프로젝트명을 통해 프로젝트 생성시 번들러 설치에서 문제가 발생
✖ Installing Bundler
error rbenv: version `2.7.6' is not installed (set by /Users/imhyojin/Desktop/FoodDeliveryApp/.ruby-version)
찾아보니 리액트 네이티브 최선 버전에서는 ruby가 디펜던시로 들어가서 발생한 문제로 2.7.6 버전을 수동으로 설치해서 해결
rbenv install 2.7.6