How can I use expo to develop a app with iOS Widgets without eject?

My app needs a widget while expo seems not supported. You know, the resources of expo are rare and I searched it on Google but get nothing useful.

Hi there!

We don’t support widgets in the managed workflow yet (though there’s an open request for it), but you can use the bare workflow and make use of native libraries to get that functionality. React Native mentions some libraries in there App Extensions docs

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.