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

The EAS Build is failing with the following error: Could not find target '....Clip' in project.pbxproj Do I need to eject the project in order to make the App Clip...

bug

https://github.com/ivanmoskalev/react-native-compressed-jsbundle

enhancement

Great work on this plugin, I'm ecstatic about the progress so far! Below I've outlined some things that you can use (or ignore). ## Entry Point Two possible approaches: -...

enhancement

`npx expo run:ios --scheme cardClip ` gives the following warning and starts the app, not app clips ``` ios: paths-app-delegate: Found multiple AppDelegate file paths, using "ios/card/AppDelegate.mm". Ignored paths: ["ios/cardClip/AppDelegate.mm"]...

Thank you for your awesome job bringing App Clip for Expo. App Clips are awesome for pay with Apple Pay. This small PR provides an option to enable Apple Pay...

Our app is complex enough that I don't think sharing code is useful - i.e. I'd rather just write the app clip in swift. BUT, it sure would be nice...

Fixes #24 This PR extends https://github.com/bndkt/react-native-app-clip/pull/31 Both base app and app clip need to have the same device family.

A configuration issue seems to break all release builds when the latest version of this package is used with EAS build. I've filed a fully detailed ticket [here](https://github.com/expo/eas-cli/issues/2262), including reproduction...

I followed the most simple recipe: `https://bndkt.com/blog/2022/tutorial-react-native-app-clip` An error is thrown when executing eas build:configure: `TypeError: Cannot read properties of undefined (reading 'name') at withAppClip (clipper\node_modules\react-native-app-clip\plugin\build\index.js:9:32)` Expected behaviour: It runs...

I would like to be able to use Expo Updates via EAS in my app clip. Is this even feasible? I noticed that Expo plist values from Expo Updates for...