-
-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Hi,
I have some questions regarding the .clip extension (https://github.com/bndkt/react-native-app-clip?tab=readme-ov-file#app-clip-file-extension-clip)
Once we add the .clip files in the project, do we have to build the app 2 times before eas building? Once with BUILDING_FOR_APP_CLIP being 0, once with 1?
Can you use .clip for the assets folder or is it just for tsx components?
Do you maybe have a small example project with .clip used, and some instructions how to correctly build it for apple store submission with eas build/submit?
Because I get some weird behaviors when trying to use the .clip, like running the app with npx expo run:ios runs the full app but it thinks it's the clip version, and eas build does the same. Just want to see if I'm doing something wrong, because the instructions are not very detailed.
(I'm using the latest version of expo and all libraries, expo-doctor returns no issues)
Thanks