Forgot to set linking scheme in app.json before detaching to ExpoKit?

I detached to ExpoKit to use a native library, but forgot to set the “scheme” in app.json - so linking doesn’t work correctly in TestFlight.

If I wanted to update that in app.json, should I go through the process of detaching again? Anything to keep in mind when detaching for a second time (or re-detaching)?

Or, could anyone let me know what Expo would put in the URL types in my Info.plist file so I can just add that manually?

Answer is just to add an Item 0 under URL Schemas and then put the existing Item 0 (exp493582943) as Item 1.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.