#!/usr/bin/env bash
# Quick restart of Metro + mobile deps/packages so workspace changes apply.
# Usage: run-stack mobile [--build]
exec bash "$(dirname "${BASH_SOURCE[0]}")/restart.sh" "$@" \
  mobile-deps mobile-packages mobile-client
