Turbo native module setup with react-native 0.78

Struggling with Turbo Native Module Setup in React Native (AppDelegate.swift) I'm trying to create a NativeSplashScreen Turbo Native Module for my React Native app, but I've been stuck for hours due to the lack of proper and up-to-date documentation on setting up Turbo Native Modules—especially with the latest architecture changes. To make things more challenging, my AppDelegate.m has now been migrated to AppDelegate.swift, and most available guides still reference the old Objective-C setup. This makes it even harder to get things working properly. Inside my app, I want to create two to three Turbo Native Modules, but without a clear, updated, and Swift-compatible guide, it's been extremely frustrating. If anyone has a step-by-step guide or an example repository for setting up Turbo Native Modules using the new architecture with Swift (AppDelegate.swift), it would be a huge help—not just for me but for many others facing the same roadblock. Please consider updating the official documentation to reflect the current setup with Swift and the new architecture. Any guidance or help would be greatly appreciated!

Apr 5, 2025 - 09:30
 0
Turbo native module setup with react-native 0.78

Struggling with Turbo Native Module Setup in React Native (AppDelegate.swift)

I'm trying to create a NativeSplashScreen Turbo Native Module for my React Native app, but I've been stuck for hours due to the lack of proper and up-to-date documentation on setting up Turbo Native Modules—especially with the latest architecture changes.

To make things more challenging, my AppDelegate.m has now been migrated to AppDelegate.swift, and most available guides still reference the old Objective-C setup. This makes it even harder to get things working properly.

Inside my app, I want to create two to three Turbo Native Modules, but without a clear, updated, and Swift-compatible guide, it's been extremely frustrating.

If anyone has a step-by-step guide or an example repository for setting up Turbo Native Modules using the new architecture with Swift (AppDelegate.swift), it would be a huge help—not just for me but for many others facing the same roadblock.

Please consider updating the official documentation to reflect the current setup with Swift and the new architecture.

Any guidance or help would be greatly appreciated!