素肌にサスペンダー

個人的な備忘と日記

ReactNative

【ReactNative・Expo】iOSアプリに、Google AdMob広告を入れる手順

React Native・Expoで作成したiOSアプリに、Google AdMobの広告を入れた。 expo-tracking-transparencyを導入して、トラッキングの許可のリクエストダイアログを実装する必要があるので、まとめて手順をメモしておく。 手順 1.Google Admobから、広告ユニッ…

【React Native / Expo】eas buildで、iOSアプリをbuild〜App store connectに送信

EAS(Expo Application Services)を利用して、React Nativeで作ったiOSアプリをbuildし、App store connectに送信できたので、手順をメモしておく。 手順 Apple store connectで、アプリを作成し、以下の情報をメモしておく。 appleId メールアドレス ascAp…

【React Native】Metro has encountered an error: Cannot read properties of undefined (reading 'transformFile')が出た時の対応

expo startで、Expo Developer Toolsをブラウザで開き、Run on iOS simulatorをクリックして、シミュレータを起動したら、以下のようなエラーが出た。 Metro has encountered an error: Cannot read properties of undefined (reading 'transformFile'): /no…