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

Is it expected behavior to have additional Clip schemes after running `npx expo prebuild`? When I make changes to the react-native-app-clip configuration values in my app.json, I sometimes forget to...

Is it possible to use the filename approach of [expo-assets](https://docs.expo.dev/versions/latest/sdk/asset/) (i.e. source="my-image" instead of souce={require("../my-image.png")}) with app clips? So far I'm not finding it to work but wondering if I'm...