setup_store_config
Configure App Store and Google Play submission settings for an existing Expo project by setting up fastlane files, eas.json submit section, and optional AdMob.
Instructions
Configures App Store and Google Play submission settings for an existing Expo project. Sets up fastlane Appfile/Fastfile, updates eas.json submit section, and optionally configures AdMob.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platforms | Yes | Platforms to configure. Use ["ios", "android"] for both, or specify one. | |
| admob_ios_id | No | AdMob iOS app ID (e.g., "ca-app-pub-XXXXXXXX~XXXXXXXXXX"). If provided, configures react-native-google-mobile-ads plugin in app.json. | |
| project_path | Yes | Absolute path to the Expo project directory (e.g., /Users/seungmanchoi/works/my-app). | |
| admob_android_id | No | AdMob Android app ID (e.g., "ca-app-pub-XXXXXXXX~XXXXXXXXXX"). If provided, configures react-native-google-mobile-ads plugin in app.json. |