bndkt / react-native-app-clip

Easily add an App Clip for iOS apps built with React Native
https://bndkt.com/blog/2022/react-native-app-clip
482 stars 22 forks source link

App Clip works on IOS 17.0 but NOT WORKING on 17.4!!!! #36

Closed darthgween closed 3 months ago

darthgween commented 5 months ago

On simulator IOS 17.0 I run npx expo run:ios and the app builds and is opened correctly Then I run npx expo run:ios --scheme and select myappClip and the App Clip runs correctly

The same on IOS 17.4 doesnt work, when i run npx expo run:ios --scheme it opens the full app

Please help!!!

hamam99 commented 4 months ago

same issue, cant work in IOS 17.4

archetype2142 commented 4 months ago

+1

oliverloops commented 4 months ago

Hello guys, can you reproduce the error or show a the error's screenshot?

darthgween commented 4 months ago

The problem is that there is no error messages, when you run in appclip mode on simulator it just opens the normal app

darthgween commented 4 months ago

@oliverloops I retried updating expo SDK at version 51, and now it seems to be impossible to run because even on a blank expo react native project once you install this library it modifies the Podfile and I got an error on the AppClip Target part (something like flipper_config not found or not declared). I'm not sure, but probably updating expo SDK as well as IOS 17.5 on simulator, a lot of stuff were changed and unfortunately Benedict is not mantaining this lib anymore.

So now my question for all of who read is: does it make sense to continue to try to solve issues on this almost dead lib or is it better to try another way to easily deploy appclip?

If the answer is the second one, can anyone suggest some other way? Because there is no other docs to develop appclips with expo, so I'm trying to do it with pure react native, but even in this way It's very hard, full of error in processes and very few documentation.

Please someone help <3

manlio16 commented 4 months ago

same issue here

haileyok commented 4 months ago

@darthgween Had to deal with this recently, see https://github.com/bluesky-social/react-native-app-clip/pull/1

bndkt commented 3 months ago

Should be fixed with https://github.com/bndkt/react-native-app-clip/releases/tag/v0.3.0