react-native-app-clip icon indicating copy to clipboard operation
react-native-app-clip copied to clipboard

Easily add an App Clip for iOS apps built with React Native

Results 32 react-native-app-clip issues
Sort by recently updated
recently updated
newest added

Running eas build locally to internal distribution and getting the following error: ``` [RUN_FASTLANE] error: exportArchive: Provide a bundle identifier to select from available reformatters: com.app and com.app.Clip [RUN_FASTLANE] [RUN_FASTLANE]...

## Findings I ran two tests to determine that `excludedPackages` isn't working. Both using [react-native-skia](https://shopify.github.io/react-native-skia/) which is known to have a [significant iOS bundle size of ~5.8 MB](https://shopify.github.io/react-native-skia/docs/getting-started/bundle-size). Resulting bundle...

## Repro - Generate a new expo project with the the v48 sdk: `npx create-expo-app expo-48-app-clip-test --template blank@sdk-48` - Configure the plugin in `app.json` ``` [ "react-native-app-clip", { "name" :...

## Reproducing Unfortunately, I haven't been able to reproduce this in a simpler environment due to unrelated build issues, but essentially I have a barebones `App.tsx` file with no other...

## Cause This issue occurs when `expo.ios.infoPlist.UIBackgroundModes` is configured in `app.json`. In my case, with `["fetch", "remote-notification"]`. This causes the error `Invalid Info.plist key. App clip "APP CLIP NAME HERE"...

# Detection EAS build failing due to `error: The UIDeviceFamily of an App Clip ('[1]') must be equal to the UIDeviceFamily of its containing parent app ('[1, 2]').`. After manually...

# Detection This bug was extremely difficult to find, so I figured I'd add this section in case anyone is digging through all the closed issues like I was. I...

When compiling an app clip in xcode, some of my assets are not added, or are somehow unavailable in the app: ```Error: Unable to download file: Error Domain-NSURLErrorDomain Code=-1002 "unsupported...

Just want to make sure I'm understanding things correctly. This reuses the same js bundle for both the main app and the clip? Is this a limitation for expo? Being...

Hi! Appreciate all your work on this library, it's amazing! I was able to use it to publish my App Clip on testflight, had the obvious issues with size but...