Nathan Ahn

Results 41 comments of Nathan Ahn

@tsmusty If the App Clip is the core functionality of your app and it's not too much of a time loss, I'd recommend considering whether a fully native app is...

@sean-hill The maximum size for App Clip has been increased to [100 MB if you target iOS 17 or later](https://developer.apple.com/documentation/appclip/choosing-the-right-functionality-for-your-app-clip). You can use the `deploymentTarget` property in the plugin configuration...

@sean-hill Unfortunately, seems like it. There's likely an unreliable solution which depends on the iPhone detecting the correct app link, but you'll want a good web-based fallback. If you need...

@sean-hill Yep! In my experience, `expo-linking` works out of the box. We just use `getInitialURL`. Edit: Accidentally tagged the wrong person. Sorry tsmusty!

@sean-hill Glad to hear it's working! If anything else comes up, feel free to open up a new Issue unless it's related to bundle size.

Hey @AlexandreFauchard ! I'm helping Benedikt out with maintaining this repository. I love the changes! Would you mind splitting out this PR, specifically the EAS Updates support and `infoPlistAdditionalEntries` changes?...

I was previously running into issues with an undefined read of `PlatformConstants`, but the above fix worked perfectly! Thanks for linking; you probably saved me several hours of debugging.

@cristianbogdan I'm using the [same mocks that you linked](https://github.com/nkzw-tech/expo-app-template/issues/8#issue-3057854946). This is with Vitest v1.6.1 and React Native v0.79.2. (Though this made me realize how out of date our Vitest version...

Expo Updates isn't currently supported! Should be possible though. There's a [stagnant PR here](https://github.com/bndkt/react-native-app-clip/pull/39) if you'd like to see how implementation would go. I'm happy to merge in a PR...