-
Notifications
You must be signed in to change notification settings - Fork 32
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
Simple set up - how to use? #23
Comments
OK, so, I got it working. Here's what I had to do:
After that I was able to have npx expo run:ios load with available widgets, and can continuously regenerate the prebuild as needed whenever I need to modify the widgets. I assume my workflow will be to work in Xcode using the preview feature to develop the widgets, then copy and paste the swift files into targets/widget when I'm done, and I'll remove the ios folder when done. Hoping EAS Build will work as expected. I still have a long way to go, including working in sharing data between the app and widget, but at least this works for being able to embed a widget into my expo app while remaining in the managed workflow! |
If anyone is struggling with the same problem with sharing data, just ensure that You followed above steps and have set to yours expo-target.config.json |
Has anyone tried to create a Notification Service Extension? Is it possible with this package? |
Hi! I am really looking forward to incorporating a widget into my expo app. In order to get to know this plugin, I am first trying the simplest thing I can think of but I am not able to get it to work. Here are the steps I'm doing, maybe someone can help point me to what I'm doing wrong or at least give some tips on how to troubleshoot. I've been working with expo for a number of years but do not have much (any) experience working in Xcode.
Create new app
Prebuild and add widget in Xcode
Install and configure the config plugin
Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: