DEV Community

Discussion on: Add a Scene Delegate to your current project

Collapse
 
kevinmaarek profile image
Maarek

Hi,
SceneDelegate is just an implementation of a UIWindowSceneDelegate and UIResponder.
I know nothing about React Native, but as long as you have an App target and an info.plist file, you must be able to create an Objective-C class called SceneDelegate conforming to these and declare it in your info.plist.