DEV Community

Discussion on: Add a Scene Delegate to your current project

Collapse
 
rukmanary profile image
Ryandhika Rukmana • Edited

Hi Maarek, can you show me how it can be done in Objective-C? I'm working on React Native Project. Thank you

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.