Description
Description
Up until v0.76, the guide on how to integrate React Native in existing iOS apps used a view controller instead of an app delegate. With the new app delegate approach in v0.76 it's unclear whether it is still possible to integrate React Native with just a view controller.
What is the problem?
I used to be able to integrate React Native in iOS share extensions using the view controller approach. Since iOS share extensions do not support app delegates, it's unclear how to integrate React Native's new architecture in share extensions.
How can we address it?
Add documentation covering how to integrate v0.76 via just a view controller.
Why is it important?
It's currently not clear how to integrate React Native's new architecture in iOS app extensions.
Who needs this?
I am the author of expo-share-extension and would like to integrate the new architecture.
When should this happen (use version numbers if needed)?
Ideally in a next release