Pod 설치

# Pod 설치
rm -rf Pods Podfile.lock && pod install
pod install

ios 실행 명령어

npx react-native start --reset-cache
npx react-native run-ios --simulator="iPhone 16"