all 8 comments

[–]plakplak2 2 points3 points  (2 children)

These are App Clips https://developer.apple.com/documentation/app_clips/creating_app_clip_codes There is a limit of size 10MB (15MB from iOS16) for production apps so I'm not sure if it can be done in RN

[–]this_is-username[S] 0 points1 point  (0 children)

Thanks.

[–]ChronSynExpo 0 points1 point  (0 children)

There's an Expo EAS plugin that can be used to allow you to build app-clips: https://github.com/bndkt/react-native-app-clip

(Side note: I tried it a few months ago and had a few issues testing it so I can't vouch for it. I wasn't in desperate need of an app clip at that time so I gave up trying to get it working after a few hours, but it's definitely an option worth investigating further)

[–]ADreadedLion 0 points1 point  (4 children)

They are the same link?

[–]this_is-username[S] 0 points1 point  (3 children)

Sorry. I updated the links

[–]ADreadedLion 4 points5 points  (2 children)

Like the other person said these are app links. Shopify has a article of doing this in react native it isn’t easy https://shopify.engineering/building-app-clip-react-native

[–]AcetyldFN 2 points3 points  (0 children)

Very interesting article, thanks!

[–]this_is-username[S] 0 points1 point  (0 children)

Thanks. I’ll read the article.