Evan Bacon
Evan Bacon
Could I get a repro object to test against?
This will require some re-architecture to support. We didn't account for throwing anything besides errors when writing the internal optimization patterns. We will be rebuilding a number of core features...
Closing in favor of https://github.com/EvanBacon/expo-apple-targets/pull/58. Mirrored due to the rewrite and because a number of these changes belonged in the upstream bacons/xcode package. Thanks for the contribution.
There's now a native module for sharing data with NSUserDefaults and a CLI to bootstrap targets.
@hannojg isn't this dependent on widget type? Couldn't it be handled automatically?
Use the new `pods.rb` file to mutate the target's cocoapods.
I'd recommend just pulling the source into your app for now. I did this with one of my dogfood projects https://github.com/EvanBacon/pillar-valley/tree/master/targets/widgets
Seems like this is a feature request for an extra layer of functionality on top of apple-targets. This project is already pretty large in scope and there aren't a lot...
Blocked on this https://github.com/facebook/metro/pull/1429
Consider looking over how the Expo Router code works to better understand the params functionality https://github.com/EvanBacon/expo-quick-actions/blob/202b148a76c96b20292c3fc6ef7dde1bc7e6b655/src/router.ts#L28 Unlike Expo Router, standard native apps don't enforce that a URL be present at...