From f44086bc336e596d28e444de8321eb3072e2081c Mon Sep 17 00:00:00 2001 From: Ahmed Hassan Date: Fri, 16 Jun 2017 12:45:53 +0200 Subject: [PATCH] fix RCTLogexample in readme (#884) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b4be86..5220873 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ Additionally, you can also use any of the platform-specific tools to view the Co 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: -1. Add an `#import "RCTLog.h"` statement +1. Add an `#import ` statement. For RN < v0.40 use: `#import "RCTLog.h"` 2. Add the following statement to the top of your `application:didFinishLaunchingWithOptions` method: