Skip to content

Commit bcd8b65

Browse files
authored
Update cxx-cxxturbomodules.md (#3669)
In order to get it to run on ios i had to make theese changes
1 parent 3606de9 commit bcd8b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/the-new-architecture/cxx-cxxturbomodules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ To register a C++ Turbo Native Module in your app you will need to update `ios/C
228228
#import <React/RCTBundleURLProvider.h>
229229
+ #import <React/CoreModulesPlugins.h>
230230
+ #import <ReactCommon/RCTTurboModuleManager.h>
231-
+ #import <TurboModules/NativeSampleModule.h>
231+
+ #import <NativeSampleModule.h>
232232

233233
+ @interface AppDelegate () <RCTTurboModuleManagerDelegate> {}
234234
+ @end

0 commit comments

Comments
 (0)