Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit f44086b

Browse files
nerdmedsergey-akhalkov
authored andcommitted
fix RCTLogexample in readme (#884)
1 parent 8265686 commit f44086b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ Additionally, you can also use any of the platform-specific tools to view the Co
456456

457457
Note that by default, React Native logs are disabled on iOS in release builds, so if you want to view them in a release build, you need to make the following changes to your `AppDelegate.m` file:
458458

459-
1. Add an `#import "RCTLog.h"` statement
459+
1. Add an `#import <React/RCTLog.h>` statement. For RN < v0.40 use: `#import "RCTLog.h"`
460460

461461
2. Add the following statement to the top of your `application:didFinishLaunchingWithOptions` method:
462462

0 commit comments

Comments
 (0)