gaishimo / eas-widget-example

Example of a Widget in Expo's Managed Workflow (EAS).
343 stars 21 forks source link

How to pass data from React Native? #11

Open alea12 opened 9 months ago

alea12 commented 9 months ago

Hello, thank you for providing this boilerplate! Related to the title, I have 2 questions:

  1. How can I pass data from RN? For example, when a user updates their theme preference in the app, I want it to be reflected to the widget.
  2. What is your recommended workflow to edit swift files included under /widget/ios? I was not able to open them with Xcode.