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

There doesn't seem to be a way to start app clips from the command line yet

Open gaodeng opened this issue 3 years ago • 1 comments

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"]

ios: paths-info-plist: Found multiple Info.plist file paths, using "ios/card/Info.plist". Ignored paths: ["ios/cardClip/Info.plist"]

gaodeng avatar Sep 01 '22 00:09 gaodeng

Thanks for reporting this! This is a current limitation of Expo. The warnings can be ignored and after running this command, you should be able to switch to the Home screen in Simulator and select the App Clip from there. I hope to figure out a way to open the App Clip directly, but it will almost certainly require some changes within Expo.

bndkt avatar Sep 06 '22 02:09 bndkt

Waiting for https://github.com/expo/expo/pull/21240 to land in expo-cli

bndkt avatar Mar 03 '23 01:03 bndkt

@bndkt looks like it's now supported in SDK 49 :)

outlandnish avatar Jul 24 '23 12:07 outlandnish