1. ๊ตฌ๊ธ ์ ๋๋ชน์ ์ฑ ์ถ๊ฐ, ๊ด๊ณ ๋จ์ ์ค์ react-native-google-mobile-ads ์ค์น 2. app.json์ plugins ์ ์ฑ id ์ถ๊ฐ(์ค์ ์ฑ id ๊ฐ ๋ฃ๊ธฐ) "plugins": [ [ "react-native-google-mobile-ads", { "androidAppId": "ca-app-pub- xxx~xxx", "iosAppId": "ca-app-pub- xxx~xxx" } ], 3. ์ ์ฒด ํ๋ฉด ํ๋จ์ ๋ฐฐ๋ ๊ด๊ณ ๋ฃ๊ธฐ ์ฝ๋_layout.tsx์ ์ ์ฉimport { BannerAd, BannerAdSize, TestIds } from "react-native-google-mobile-..