Recommend approach for widgets in cross platform expo app #36139
Unanswered
jolindroth
asked this question in
Archived: Questions
Replies: 1 comment · 7 replies
-
Yeah, I find it really strange too. I wanted to migrate my 7-year project to Expo, but after searching for 1 hours, I couldn’t find a single official answer. It’s like nobody in the Expo ecosystem—developers or users—cares about native extensions or widgets. I can’t even find an official statement saying “not supported yet.” Do people using Expo to develop apps really not plan to create widgets or other extensions for their own apps? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are a few libraries such as
iOS:
https://github.com/bndkt/react-native-widget-extension
https://github.com/EvanBacon/expo-apple-targets
iOS/Android:
https://github.com/gitn00b1337/expo-widgets
But I don't feel confident in either of them for a production scenario.
Is there an official recommendation from expo on how to create and work with widgets in a cross platform mobile app? Writing native code is fine.
Modules? Custom plugins?
Beta Was this translation helpful? Give feedback.
All reactions