You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're building one dev client which we use for multiple projects/bundles. We currently have 2 app bundles and one for storybooks, all using the same dev client and native code.
Currently - to make all bundles show up in the dev client (when navigating there) this requires the Expo project to be identical. But this also means the comments from expo-github-action are identical, resulting in 3 identical comments (even if the QR codes are pointing to different bundles).
I understand it might be complicated to accomodate for all use cases here. So what I'd suggest is just a simple way to add a custom comment/name of some kind to differentiate between different comments. Something like a "commentTitle" that can be sent as an additional parameter to the workflow.
The text was updated successfully, but these errors were encountered:
We're building one dev client which we use for multiple projects/bundles. We currently have 2 app bundles and one for storybooks, all using the same dev client and native code.
Currently - to make all bundles show up in the dev client (when navigating there) this requires the Expo project to be identical. But this also means the comments from expo-github-action are identical, resulting in 3 identical comments (even if the QR codes are pointing to different bundles).
I understand it might be complicated to accomodate for all use cases here. So what I'd suggest is just a simple way to add a custom comment/name of some kind to differentiate between different comments. Something like a "commentTitle" that can be sent as an additional parameter to the workflow.
The text was updated successfully, but these errors were encountered: