Resolves ENG-2730
Added the comm:// URI cheme to Info.debug.plist.
Didn't patch Expo, the --scheme flag is sufficient for now.
Differential D6319
[native] Add URI scheme to debug Info.plist bartek on Jan 20 2023, 3:35 AM. Authored by Tags None Referenced Files
Subscribers
Details
Resolves ENG-2730 Added the comm:// URI cheme to Info.debug.plist.
cd native yarn dev --scheme comm Note that the URL has changed to a deep link! see image below
It is also possible to check if Expo's scheme utility uri-scheme detects the scheme correctly: $ npx uri-scheme list --info-path ./ios/Comm/Info.debug.plist › iOS: Schemes for config: ./ios/Comm/Info.debug.plist › comm://
Diff Detail
Event TimelineComment Actions Same question about "opting in" as in D6320 – feels like we should make this the default in yarn start |