Open4

expo notificationに関する調査

habakanhabakan

https://docs.expo.dev/versions/latest/sdk/notifications/#arguments

experienceId (string) -- Although this is optional, we recommend explicitly passing it in. The ID of the experience to which the token should be attributed. Defaults to Constants.manifest.id exposed by expo-constants. When building with EAS Build, or in the bare workflow, this is required and you must provide a value which takes the shape @username/projectSlug, where username is the Expo account that the project is associated with, and projectSlug is your slug from app.json.

Bare Workflowなどで本番アプリをビルドする時、ここのexperience idなどはどうする?
expo go clientとはもう関係はなさそうなので、experience idを@username/projectSlugにするのは少し違和感がある