-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expo support #49
Comments
Hey @gruckionvit - I haven't ever really used Expo other than giving it a quick try a couple of years ago. This means I have no understanding of their process in terms of onboarding libraries. Is it something that their core team makes decisions on? I'm more than happy to give any help I can if you'd like to make enquiries with them |
Anyone tried it on Expo? |
It will be a while before I am able to come back to this. I will update people when this requirement is needed. |
With the new EAS build, you can include external libraries like rnwc in you own development Expo client. |
Hey guys! I managed to integrate this library within EAS build and successfully build it for my iOS device! Brief steps to reproduce:
Hope it helps! |
@sweetpalma that's great news. Also relevant for expo/eas-cli#795, most likely it failed because of step 5. |
@yolpsoftware yes! I was suffering with this issues for five hours straight, so I started examining |
@sweetpalma were you able to submit the app to the App Store or Testflight? I get an error from the App Store saying
If you were able to submit, can I see your Info.plist files? In which of the three targets do you have an Info.plist file? |
@yolpsoftware just had this today! You need to open your project in Xcode and add some icons for Watchkit. |
So I generated a production IPA with EAS, uploaded it to the App Store Connect with Transporter and published it with TestFlight - and it works 🥳 |
@sweetpalma thank you again! Worked perfectly with your hints. |
@sweetpalma first of all, wish you guys in Ukraine all the best. Слава Україні! Have you had any success building your Apple Watch counterpart to your Expo app? For me, this has been a rather frustrating experience. No matter whether I test the app on the simulator, on a device in debug mode or in a Testflight release build, I always end up with messages between the devices that don't make it to the other device. The messages just don't arrive. They are sent successfully, but the target device does not receive them.
What API did you use and what was your experience using it? Thank you! |
Reading between the lines - it seems like it's now possible to use RNWC with Expo without any additional work on the RNWC side? Can we therefore consider this issue closed? |
Yes, the issue can be closed. Maybe we could mention in the docs or readme that RNWC can be used with Expo, but only with EAS Build and Bare Workflow. |
Hi,have you consider supporting expo? I am and was wondering if you had any advice. If it's possible maybe we can collaborate?
Kind regards,
Stephen
The text was updated successfully, but these errors were encountered: