yn2011's blog

技術メモ

2022-02-05から1日間の記事一覧

(Android) Expo bare workflow で 環境別に複数の applicationId を使い分ける

公式ドキュメントのExample: configuring development and production variants in a bare projectを参考にやってみたのでメモ。 環境 Expo SDK 44 bare workflow applicationId とは アプリの識別子。 すべての Android アプリには、「com.example.myapp」…