netlify-plugin-expo-qr
Version:
Netlify Build Plugin to automate Expo app updates and generate QR code pages for Expo Go
13 lines (12 loc) • 407 B
YAML
name: netlify-plugin-expo-qr
inputs:
- name: mode
description: "Expo update mode - 'eas' (default) or 'publish' (legacy)"
default: "eas"
required: false
- name: ngrok_token
description: "Ngrok authentication token for tunnel support"
required: false
- name: external_url
description: "External tunnel URL to use instead of starting Expo (overrides tunnel)"
required: false