Using dynamic links with Expo managed workflow #6685
-
Hi, we're using the Expo managed workflow with a custom dev client but are using EAS build and are not managing any custom iOS or Android code (everything is managed in JS). I've set up dynamic-links using the plugins as suggested and it works well on Android but not quite on iOS. Without access to the iOS code, I've not been able to complete all the setup steps listed here, specifically the update to I wanted to check if these steps are meant to be handled by the plugin, or whether we'll need to customise the iOS code ourselves to get it to work properly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I may be wrong, but I was pretty sure Expo had either existing config plugins for those items or that they were simply supported in their app.json set of available customization keys already? |
Beta Was this translation helpful? Give feedback.
I may be wrong, but I was pretty sure Expo had either existing config plugins for those items or that they were simply supported in their app.json set of available customization keys already?
Certainly we've got Expo folks using Dynamic Links via EAS, so I know it is possible. There is even a config plugin for a currently needed workaround solving a race condition - for Expo people - a strong indicator people have this up and running in production / live apps --> #6650 + #6660